|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
raccoon.api.exception.RaccoonException
raccoon.api.exception.IntrospectionException
public class IntrospectionException
An exception resulting from an error during introspection of java bean.
Field Summary |
---|
Fields inherited from class raccoon.api.exception.RaccoonException |
---|
MAX_MESSAGE_LENGTH, MAX_MSG_SIZE, MAX_STACK_DEPTH, MESSAGE_TOO_LONG |
Constructor Summary | |
---|---|
IntrospectionException()
Constructs a RaccoonException with no specified detail message. |
|
IntrospectionException(int pErrorCode,
java.lang.String pMessage)
Contructs a RaccoonException with the specified error code and detail message. |
|
IntrospectionException(int pErrorCode,
java.lang.String pMessage,
java.lang.Throwable pThrowable)
Constructs a RaccoonException with the specified error code, detail message and nested exception. |
|
IntrospectionException(java.lang.String pMessage)
Constructs a RaccoonException with the specified detail message. |
|
IntrospectionException(java.lang.String pMessage,
java.lang.Throwable pThrowable)
Constructs a RaccoonException with the specified detail message and nested exception. |
Method Summary |
---|
Methods inherited from class raccoon.api.exception.RaccoonException |
---|
addContainedException, buildString, getContainedException, getContainedExceptions, getContainedExceptionsSize, getErrorCode, getErrorMessage, getMessage, iterContainedExceptions, printStackTraceAsString, setContainedException, setContainedExceptions, setErrorCode, setErrorMessage, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IntrospectionException()
RaccoonException
with no specified detail message.
public IntrospectionException(java.lang.String pMessage)
RaccoonException
with the specified detail message.
pMessage
- the detail messagepublic IntrospectionException(java.lang.String pMessage, java.lang.Throwable pThrowable)
RaccoonException
with the specified detail message and nested exception.
pMessage
- the detail messagepThrowable
- the nested exceptionpublic IntrospectionException(int pErrorCode, java.lang.String pMessage)
RaccoonException
with the specified error code and detail message.
pErrorCode
- the error codepMessage
- the detail messagepublic IntrospectionException(int pErrorCode, java.lang.String pMessage, java.lang.Throwable pThrowable)
RaccoonException
with the specified error code, detail message and nested exception.
pErrorCode
- the error codepMessage
- the detail messagepThrowable
- the nested exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |