public class ProcessorException extends XFrameException
Constructor and Description |
---|
ProcessorException(java.lang.String message)
Construct a new
ProcessorException instance. |
ProcessorException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
ProcessorException instance. |
ProcessorException(java.lang.Throwable throwable)
Construct a new
ProcessorException instance. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
getCause, printStackTrace, printStackTrace, printStackTrace
public ProcessorException(java.lang.String message)
ProcessorException
instance.message
- The detail message for this exception.public ProcessorException(java.lang.Throwable throwable)
ProcessorException
instance.throwable
- the root cause of the exceptionpublic ProcessorException(java.lang.String message, java.lang.Throwable throwable)
ProcessorException
instance.message
- The detail message for this exception.throwable
- the root cause of the exceptionpublic final java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
Throwable.getLocalizedMessage()
public final java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable.getMessage()
Submit a
bug or a
feature.
Created by
xsddoc, a sub project of
xframe, hosted at
http://www.sourceforge.net.