Package com.sas.lsaf.core.type
Class InvalidTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.lsaf.core.AbstractRuntimeException
com.sas.lsaf.core.type.InvalidTypeException
- All Implemented Interfaces:
Serializable
Thrown when the object type is not valid for the specified operation.
- Since:
- 2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTypeException(String message) Construct anInvalidTypeExceptionwith the specified detail message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTypeException
Construct anInvalidTypeExceptionwith the specified detail message.- Parameters:
message- the detail message (which is saved for later retrieval by theAbstractRuntimeException.getMessage()method).
-