Package org.aspectj.lang
Class NoAspectBoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.aspectj.lang.NoAspectBoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoAspectBoundException extends java.lang.RuntimeException
Thrown by theaspectOf
special method on aspect types when there is no aspect of that type currently bound.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAspectBoundException()
NoAspectBoundException(java.lang.String aspectName, java.lang.Throwable inner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-