|
||||||||||
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.LoadableException
public class LoadableException
The exception correlated to a loading/unloading error.
Field Summary |
---|
Fields inherited from class raccoon.api.exception.RaccoonException |
---|
MAX_MESSAGE_LENGTH, MAX_MSG_SIZE, MAX_STACK_DEPTH, MESSAGE_TOO_LONG |
Constructor Summary | |
---|---|
LoadableException()
Constructs a RaccoonException with no specified detail message. |
|
LoadableException(int pErrorCode,
java.lang.String pMessage)
Contructs a RaccoonException with the specified error code and detail message. |
|
LoadableException(int pErrorCode,
java.lang.String pMessage,
java.lang.Throwable pThrowable)
Constructs a RaccoonException with the specified error code, detail message and nested exception. |
|
LoadableException(java.lang.String pMessage)
Constructs a RaccoonException with the specified detail message. |
|
LoadableException(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 LoadableException()
RaccoonException
with no specified detail message.
public LoadableException(java.lang.String pMessage)
RaccoonException
with the specified detail message.
pMessage
- the detail messagepublic LoadableException(java.lang.String pMessage, java.lang.Throwable pThrowable)
RaccoonException
with the specified detail message and nested exception.
pMessage
- the detail messagepThrowable
- the nested exceptionpublic LoadableException(int pErrorCode, java.lang.String pMessage)
RaccoonException
with the specified error code and detail message.
pErrorCode
- the error codepMessage
- the detail messagepublic LoadableException(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 |