Package com.sas.lsaf.core.type
Class TypeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.core.type.TypeNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when the specified object type definition can not be found in the system.
- Since:
- 1.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTypeNotFoundException(String message) Constructs anTypeNotFoundExceptionwith the specified detail message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TypeNotFoundException
Constructs anTypeNotFoundExceptionwith the specified detail message.- Parameters:
message- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()method).
-