Class AspectException

java.lang.Object
All Implemented Interfaces:
Serializable

public class AspectException extends RuntimeException
Superclass for all AOP infrastructure exceptions. Unchecked, as such exceptions are fatal and end user code shouldn't be forced to catch them.
See Also: