public class AspectException
extends java.lang.RuntimeException
构造器和说明 |
---|
AspectException(java.lang.String s)
Constructor for AspectException.
|
AspectException(java.lang.String s,
java.lang.Throwable t)
Constructor for AspectException.
|
限定符和类型 | 方法和说明 |
---|---|
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
在类中 java.lang.Throwable
public java.lang.String toString()
toString
在类中 java.lang.Throwable
public java.lang.String getMessage()
getMessage
在类中 java.lang.Throwable
public void printStackTrace()
printStackTrace
在类中 java.lang.Throwable
public void printStackTrace(java.io.PrintStream out)
printStackTrace
在类中 java.lang.Throwable
public void printStackTrace(java.io.PrintWriter out)
printStackTrace
在类中 java.lang.Throwable