Class ObjectsUtil.RequireElementNonEmptyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.ecuacion.lib.core.exception.unchecked.EclibRuntimeException
jp.ecuacion.lib.core.util.ObjectsUtil.ObjectsUtilException
jp.ecuacion.lib.core.util.ObjectsUtil.RequireElementNonEmptyException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ObjectsUtil
public static class ObjectsUtil.RequireElementNonEmptyException
extends ObjectsUtil.ObjectsUtilException
Designates element non-empty is required.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EclibRuntimeException
getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequireElementNonEmptyException
public RequireElementNonEmptyException()Construct a new instance.
-