com.acsinet_solutions.util.exception
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acsinet_solutions.util.exception.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends java.lang.Exception

Exception that occurred during the evaluation of a piece of code. This exception is generic.

Author:
Santiago Arriaga
See Also:
Serialized Form

Constructor Summary
EvaluationException()
          Constructor for EvaluationException.
EvaluationException(java.lang.String arg0)
          Constructor for EvaluationException.
EvaluationException(java.lang.String arg0, java.lang.Throwable arg1)
          Constructor for EvaluationException.
EvaluationException(java.lang.Throwable arg0)
          Constructor for EvaluationException.
 
Method Summary
 
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()
Constructor for EvaluationException.


EvaluationException

public EvaluationException(java.lang.String arg0)
Constructor for EvaluationException.

Parameters:
arg0 -

EvaluationException

public EvaluationException(java.lang.Throwable arg0)
Constructor for EvaluationException.

Parameters:
arg0 -

EvaluationException

public EvaluationException(java.lang.String arg0,
                           java.lang.Throwable arg1)
Constructor for EvaluationException.

Parameters:
arg0 -
arg1 -