Copyright 2002 by aragost

com.aragost.araspect
Class EvaluationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.aragost.araspect.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
EvaluationException(java.lang.String msg)
          Constructs an EvaluationException with the specified detail message.
EvaluationException(java.lang.String msg, java.lang.Throwable e)
          Constructs an EvaluationException wrapping another exception
EvaluationException(java.lang.Throwable e)
          Creates new EvaluationException without detail message.
 
Method Summary
 java.lang.Throwable getException()
          Getter for property exception.
 java.lang.String getMessage()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, 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(java.lang.Throwable e)
Creates new EvaluationException without detail message.


EvaluationException

public EvaluationException(java.lang.String msg)
Constructs an EvaluationException with the specified detail message.

Parameters:
msg - the detail message.

EvaluationException

public EvaluationException(java.lang.String msg,
                           java.lang.Throwable e)
Constructs an EvaluationException wrapping another exception

Parameters:
e - the exception to wrap.
Method Detail

getException

public java.lang.Throwable getException()
Getter for property exception.

Returns:
Value of property exception.

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable
See Also:
Throwable.printStackTrace(PrintStream)

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Overrides:
printStackTrace in class java.lang.Throwable
See Also:
Throwable.printStackTrace(PrintWriter)

Copyright 2002 by aragost