Uses of Class
org.aspectj.bridge.AbortException
Packages that use AbortException
Package
Description
-
Uses of AbortException in org.aspectj.bridge
Methods in org.aspectj.bridge that return AbortExceptionModifier and TypeMethodDescriptionstatic AbortExceptionAbortException.borrowPorter(IMessage message) Get a porter exception from the pool.Methods in org.aspectj.bridge with parameters of type AbortExceptionModifier and TypeMethodDescriptionstatic voidAbortException.returnPorter(AbortException porter) Return (or add) a porter exception to the pool.Methods in org.aspectj.bridge that throw AbortExceptionModifier and TypeMethodDescriptionbooleanCountingMessageHandler.handleMessage(IMessage message) booleanIMessageHandler.handleMessage(IMessage message) Handle message, by reporting and/or throwing an AbortException.booleanMessageWriter.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 TypeMethodDescriptionbooleanPinpointingMessageHandler.handleMessage(IMessage message) -
Uses of AbortException in org.aspectj.weaver.loadtime
Methods in org.aspectj.weaver.loadtime that throw AbortException -
Uses of AbortException in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools that throw AbortExceptionModifier and TypeMethodDescriptionbooleanWeavingAdaptor.WeavingAdaptorMessageHolder.handleMessage(IMessage message) booleanWeavingAdaptor.WeavingAdaptorMessageWriter.handleMessage(IMessage message)