|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.axsl.foR.FOTreeException
Exception thrown when an axslFOTree implementation has a problem.
Constructor Summary | |
FOTreeException(java.lang.String message)
Create a new FOTreeException. |
|
FOTreeException(java.lang.String message,
java.lang.Throwable cause)
Create a new FOTreeException. |
|
FOTreeException(java.lang.Throwable cause)
Create a new FOTreeException. |
Method Summary | |
java.lang.String |
getMessage()
|
boolean |
isContextSet()
Indicates whether the context message has been set. |
void |
setContextMessage(java.lang.String newContextMessage)
Sets the optional context message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FOTreeException(java.lang.String message)
Exception.Exception(java.lang.String)
message
- The detail message. The detail message is saved for later
retrieval by the getMessage()
method.Exception.Exception(java.lang.String)
public FOTreeException(java.lang.Throwable cause)
Exception.Exception(java.lang.Throwable)
cause
- The cause (which is saved for later retrieval by the
Throwable.getCause()
method).
(A null value is permitted, and indicates that the cause is
nonexistent or unknown.)Exception.Exception(java.lang.Throwable)
public FOTreeException(java.lang.String message, java.lang.Throwable cause)
Exception.Exception(java.lang.String,
java.lang.Throwable)
message
- The detail message. The detail message is saved for later
retrieval by the getMessage()
method.cause
- The cause (which is saved for later retrieval by the
Throwable.getCause()
method).
(A null value is permitted, and indicates that the cause is
nonexistent or unknown.)Exception.Exception(java.lang.String, java.lang.Throwable)
Method Detail |
public void setContextMessage(java.lang.String newContextMessage)
newContextMessage
- The new context message.public boolean isContextSet()
setContextMessage(String)
public java.lang.String getMessage()
|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.