org.troublescope.evaluation
Class EvaluationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.lang.exception.NestableException
                    |
                    +--org.troublescope.TroubleScopeException
                          |
                          +--org.troublescope.evaluation.EvaluationException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable
Direct Known Subclasses:
EvaluationErrorsException

public class EvaluationException
extends TroubleScopeException

An exception in the evaluation subsystem.

Author:
Calvin Yu
See Also:
Serialized Form

Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
EvaluationException(java.lang.String msg)
          Create a new EvaluationException.
EvaluationException(java.lang.String msg, java.lang.Throwable t)
          Create a new EvaluationException.
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getLength, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluationException

public EvaluationException(java.lang.String msg)
Create a new EvaluationException.

EvaluationException

public EvaluationException(java.lang.String msg,
                           java.lang.Throwable t)
Create a new EvaluationException.


Copyright © 2002-2002 TroubleScope. All Rights Reserved.