Package org.kuali.rice.krad.exception
Class IntrospectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.krad.exception.IntrospectionException
- All Implemented Interfaces:
Serializable
Represents an exception that is thrown during some reflection or introspection-related task
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntrospectionException(String message) IntrospectionException(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntrospectionException
- Parameters:
message-
-
IntrospectionException
- Parameters:
message-
-