类 AspectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aopalliance.aop.AspectException
- 所有已实现的接口:
Serializable
Superclass for all AOP infrastructure exceptions. Unchecked, as such
exceptions are fatal and end user code shouldn't be forced to catch them.
- 作者:
- Rod Johnson, Bob Lee
- 另请参阅:
-
构造器概要
构造器构造器说明Constructor for AspectException.AspectException(String s, Throwable t) Constructor for AspectException. -
方法概要
从类继承的方法 java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
构造器详细资料
-
AspectException
Constructor for AspectException.- 参数:
s-
-
AspectException
Constructor for AspectException.- 参数:
s-t-
-
-
方法详细资料
-
getCause
Return the root cause of this exception. May be null -
toString
-
getMessage
- 覆盖:
getMessage在类中Throwable
-
printStackTrace
public void printStackTrace()- 覆盖:
printStackTrace在类中Throwable
-
printStackTrace
- 覆盖:
printStackTrace在类中Throwable
-
printStackTrace
- 覆盖:
printStackTrace在类中Throwable
-