Uses of Class
org.aspectj.lang.NoAspectBoundException

Packages that use NoAspectBoundException
org.aspectj.lang Provides several interfaces for obtaining reflective information about a join point, as well as several exceptions that can be thrown by AspectJ code. 
 

Uses of NoAspectBoundException in org.aspectj.lang
 

Methods in org.aspectj.lang that throw NoAspectBoundException
static java.lang.Object Aspects14.aspectOf(java.lang.Class aspectClass)
          Returns the singleton aspect or the percflow / percflowbelow associated with the current thread
static
<T> T
Aspects.aspectOf(java.lang.Class<T> aspectClass)
          Returns the singleton aspect or the percflow / percflowbelow associated with the current thread
static
<T> T
Aspects.aspectOf(java.lang.Class<T> aspectClass, java.lang.Class<?> perTypeWithin)
          Returns the pertypewithin aspect
static
<T> T
Aspects.aspectOf(java.lang.Class<T> aspectClass, java.lang.Object perObject)
          Returns the perthis / pertarget aspect
static java.lang.Object Aspects14.aspectOf(java.lang.Class aspectClass, java.lang.Class perTypeWithin)
          Returns the pertypewithin aspect
static java.lang.Object Aspects14.aspectOf(java.lang.Class aspectClass, java.lang.Object perObject)
          Returns the perthis / pertarget aspect
static boolean Aspects14.hasAspect(java.lang.Class aspectClass)
          Returns true if singleton aspect or percflow / percflowbelow aspect is bound
static boolean Aspects.hasAspect(java.lang.Class<?> aspectClass)
          Returns true if singleton aspect or percflow / percflowbelow aspect is bound
static boolean Aspects.hasAspect(java.lang.Class<?> aspectClass, java.lang.Class<?> perTypeWithin)
          Returns true if the pertypewithin aspect is bound
static boolean Aspects.hasAspect(java.lang.Class<?> aspectClass, java.lang.Object perObject)
          Returns true if the perthis / pertarget aspect is bound
static boolean Aspects14.hasAspect(java.lang.Class aspectClass, java.lang.Class perTypeWithin)
          Returns true if the pertypewithin aspect is bound
static boolean Aspects14.hasAspect(java.lang.Class aspectClass, java.lang.Object perObject)
          Returns true if the perthis / pertarget aspect is bound