Uses of Class
org.aspectj.bridge.AbortException

Packages that use AbortException
org.aspectj.bridge   
org.aspectj.bridge.context   
org.aspectj.weaver.loadtime   
 

Uses of AbortException in org.aspectj.bridge
 

Methods in org.aspectj.bridge that return AbortException
static AbortException AbortException.borrowPorter(IMessage message)
          Get a porter exception from the pool.
 

Methods in org.aspectj.bridge with parameters of type AbortException
static void AbortException.returnPorter(AbortException porter)
          Return (or add) a porter exception to the pool.
 

Methods in org.aspectj.bridge that throw AbortException
 boolean CountingMessageHandler.handleMessage(IMessage message)
           
 boolean IMessageHandler.handleMessage(IMessage message)
          Handle message, by reporting and/or throwing an AbortException.
 boolean MessageWriter.handleMessage(IMessage message)
          Handle message by printing and (if abortOnFailure) throwing an AbortException if the messages is a failure or an abort (but not for errors).
 

Uses of AbortException in org.aspectj.bridge.context
 

Methods in org.aspectj.bridge.context that throw AbortException
 boolean PinpointingMessageHandler.handleMessage(IMessage message)
           
 

Uses of AbortException in org.aspectj.weaver.loadtime
 

Methods in org.aspectj.weaver.loadtime that throw AbortException
 boolean DefaultMessageHandler.handleMessage(IMessage message)