Package org.aopalliance.aop
Class AspectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aopalliance.aop.AspectException
- All Implemented Interfaces:
Serializable
Superclass for all AOP infrastructure exceptions.
Unchecked, as such exceptions are fatal and end user
code shouldn't be forced to catch them.
- Author:
- Rod Johnson, Bob Lee
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for AspectException.AspectException
(String s, Throwable t) Constructor for AspectException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
AspectException
Constructor for AspectException.- Parameters:
s
-
-
AspectException
Constructor for AspectException.- Parameters:
s
-t
-
-
-
Method Details
-
getCause
Return the root cause of this exception. May be null -
toString
-
getMessage
- Overrides:
getMessage
in classThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-