|
Docmosis API 4.5.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sourceforge.jeval.com.docmosis.EvaluationException
This exception is thrown when an error occurs during the evaluation process.
Constructor Summary | |
EvaluationException(Exception exception)
This constructor takes an exception as input. |
|
EvaluationException(String message)
This constructor takes a custom message as input. |
|
EvaluationException(String message,
Exception exception)
This constructor takes an exception as input. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EvaluationException(String message)
message
- A custom message for the exception to display.public EvaluationException(Exception exception)
exception
- An exception.public EvaluationException(String message, Exception exception)
message
- A custom message for the exception to display.exception
- An exception.
|
Docmosis API 4.5.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |