Class ObjectsUtil.RequireNonEmptyException
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.RequireNonEmptyException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ObjectsUtil
Designates 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
-
RequireNonEmptyException
public RequireNonEmptyException()Construct a new instance.
-