Class ObjectsUtil.ObjectsUtilException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ObjectsUtil.RequireElementNonEmptyException, ObjectsUtil.RequireElementNonNullException, ObjectsUtil.RequireElementsNonDuplicatedException, ObjectsUtil.RequireNonEmptyException, ObjectsUtil.RequireNonNullException, ObjectsUtil.RequireSizeNonZeroException
- Enclosing class:
ObjectsUtil
Is an abstract exception class.
- 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
-
ObjectsUtilException
Construct a new instance.
-