Package org.asnlab.asndt.runtime.error
Class InvalidValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.asnlab.asndt.runtime.error.AsnRuntimeException
org.asnlab.asndt.runtime.error.InvalidValueException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidValueException
(String message) InvalidValueException
(String format, Object... args) InvalidValueException
(Throwable cause) -
Method Summary
Methods inherited from class org.asnlab.asndt.runtime.error.AsnRuntimeException
getComponentsPath, getMessage, setComponentsPath
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidValueException
public InvalidValueException() -
InvalidValueException
-
InvalidValueException
-
InvalidValueException
-