Uses of Class
org.aspectj.bridge.AbortException
Packages that use AbortException
-
Uses of AbortException in org.aspectj.bridge
Methods in org.aspectj.bridge that return AbortExceptionModifier and TypeMethodDescriptionstatic AbortException
AbortException.borrowPorter(IMessage message)
Get a porter exception from the pool.Methods in org.aspectj.bridge with parameters of type AbortExceptionModifier and TypeMethodDescriptionstatic void
AbortException.returnPorter(AbortException porter)
Return (or add) a porter exception to the pool.Methods in org.aspectj.bridge that throw AbortExceptionModifier and TypeMethodDescriptionboolean
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 AbortExceptionModifier and TypeMethodDescriptionboolean
PinpointingMessageHandler.handleMessage(IMessage message)