public class AspectException
extends java.lang.RuntimeException
Constructor and Description |
---|
AspectException(java.lang.String s)
Constructor for AspectException.
|
AspectException(java.lang.String s,
java.lang.Throwable t)
Constructor for AspectException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Return the root cause of this exception.
|
java.lang.String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream out) |
void |
printStackTrace(java.io.PrintWriter out) |
java.lang.String |
toString() |
public AspectException(java.lang.String s)
s
- public AspectException(java.lang.String s, java.lang.Throwable t)
s
- t
- public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream out)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter out)
printStackTrace
in class java.lang.Throwable