Docmosis API 4.5.0

net.sourceforge.jeval.com.docmosis.function
Class FunctionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sourceforge.jeval.com.docmosis.function.FunctionException
All Implemented Interfaces:
Serializable

public class FunctionException
extends Exception

This exception is thrown when an error occurs while processing a function.

See Also:
Serialized Form

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

FunctionException

public FunctionException(String message)
This constructor takes a custom message as input.

Parameters:
message - A custom message for the exception to display.

FunctionException

public FunctionException(Exception exception)
This constructor takes an exception as input.

Parameters:
exception - An exception.

FunctionException

public FunctionException(String message,
                         Exception exception)
This constructor takes an exception as input.

Parameters:
message - A custom message for the exception to display.
exception - An exception.

Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.