RuntimeException | +--org.apache.commons.collections.FunctorException
Constructs a new FunctorException without specified detail message. |
FunctorException(String msg) Constructs a new FunctorException with specified detail message. |
FunctorException(Throwable rootCause) Constructs a new FunctorException with specified nested Throwable root cause. |
FunctorException(String msg, Throwable rootCause) Constructs a new FunctorException with specified detail message and nested Throwable root cause. |
Throwable | getCause() Gets the cause of this throwable. |
void | Prints the stack trace of this exception to the standard error stream. |
void | printStackTrace(PrintStream out) Prints the stack trace of this exception to the specified stream. |
void | printStackTrace(PrintWriter out) Prints the stack trace of this exception to the specified writer. |
public FunctorException()
FunctorException
without specified
detail message.
public FunctorException(String msg, Throwable rootCause)
FunctorException
with specified
detail message and nested Throwable
root cause.
public FunctorException(String msg)
FunctorException
with specified
detail message.
public FunctorException(Throwable rootCause)
FunctorException
with specified
nested Throwable
root cause.
public Throwable getCause()
public void printStackTrace()
public void printStackTrace(PrintStream out)
public void printStackTrace(PrintWriter out)