Docmosis API 4.5.0

net.sourceforge.jeval.com.docmosis
Class EvaluationException

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

public class EvaluationException
extends Exception

This exception is thrown when an error occurs during the evaluation process.

See Also:
Serialized Form

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

EvaluationException

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

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

EvaluationException

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

Parameters:
exception - An exception.

EvaluationException

public EvaluationException(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.