|
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.function.FunctionException
This exception is thrown when an error occurs while processing a function.
Constructor Summary | |
FunctionException(Exception exception)
This constructor takes an exception as input. |
|
FunctionException(String message)
This constructor takes a custom message as input. |
|
FunctionException(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 FunctionException(String message)
message
- A custom message for the exception to display.public FunctionException(Exception exception)
exception
- An exception.public FunctionException(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 |