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
-
AspectException
-
-
Method Details
-
getCause
-
toString
-
getMessage
- Overrides:
getMessagein classThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-