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. |
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 |
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.
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)