Class ObjectsUtil.RequireSizeNonZeroException
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.RequireSizeNonZeroException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ObjectsUtil
public static class ObjectsUtil.RequireSizeNonZeroException
extends ObjectsUtil.ObjectsUtilException
Designates size non-zero 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
-
RequireSizeNonZeroException
public RequireSizeNonZeroException()Construct a new instance.
-