Module jp.ecuacion.lib.core
Package jp.ecuacion.lib.core.util
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 jp.ecuacion.lib.core.exception.unchecked.EclibRuntimeException
getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectsUtilException
Construct a new instance.
-