Package org.aspectj.weaver.loadtime
Class DefaultMessageHandler
- java.lang.Object
-
- org.aspectj.weaver.loadtime.DefaultMessageHandler
-
- All Implemented Interfaces:
IMessageHandler
public class DefaultMessageHandler extends Object implements IMessageHandler
-
-
Field Summary
-
Fields inherited from interface org.aspectj.bridge.IMessageHandler
SYSTEM_ERR, SYSTEM_OUT, THROW
-
-
Constructor Summary
Constructors Constructor Description DefaultMessageHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddontIgnore(IMessage.Kind kind)booleanhandleMessage(IMessage message)voidignore(IMessage.Kind kind)booleanisIgnoring(IMessage.Kind kind)
-
-
-
Method Detail
-
handleMessage
public boolean handleMessage(IMessage message) throws AbortException
- Specified by:
handleMessagein interfaceIMessageHandler- Throws:
AbortException
-
isIgnoring
public boolean isIgnoring(IMessage.Kind kind)
- Specified by:
isIgnoringin interfaceIMessageHandler
-
dontIgnore
public void dontIgnore(IMessage.Kind kind)
- Specified by:
dontIgnorein interfaceIMessageHandler
-
ignore
public void ignore(IMessage.Kind kind)
- Specified by:
ignorein interfaceIMessageHandler
-
-