|
xnsdoc 1.2.1 Java API |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.xnsdoc.ex.CascadingException
com.xnsdoc.ProcessorException
Exception class for excpetions occuring in the processor.
| Constructor Summary | |
ProcessorException(java.lang.String message)
Constructs a ProcessorException with the specified
detail message. |
|
ProcessorException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a ProcessorException with the specified
detail message and causing eception. |
|
ProcessorException(java.lang.Throwable throwable)
Constructs a ProcessorException with the specified
causing eception. |
|
| Method Summary | |
java.lang.String |
getLocalizedMessage()
|
java.lang.String |
getMessage()
|
| Methods inherited from class com.xnsdoc.ex.CascadingException |
getCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ProcessorException(java.lang.String message)
ProcessorException with the specified
detail message.
message - The detail message for this exception.
public ProcessorException(java.lang.String message,
java.lang.Throwable throwable)
ProcessorException with the specified
detail message and causing eception.
message - The detail message for this exception.throwable - the root cause of the exceptionpublic ProcessorException(java.lang.Throwable throwable)
ProcessorException with the specified
causing eception.
throwable - the root cause of the exception| Method Detail |
public final java.lang.String getLocalizedMessage()
{@inheritDoc}public final java.lang.String getMessage()
{@inheritDoc}
|
xnsdoc 1.2.1 Java API |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||