Class AspectException

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.
Author:
Rod Johnson, Bob Lee
See Also: