Package org.zkoss.mesg
Interface Messageable
-
- All Superinterfaces:
MessageConst
- All Known Implementing Classes:
CommonException,IllegalSyntaxException,OperationException,PotentialDeadLockException,SystemException,XelException
public interface Messageable extends MessageConst
Denotes an object that contains a message by use of an integer, called code.- Author:
- tomyeh
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst
MessageConst.Aide, MessageConst.BundleInfo
-
-
Field Summary
-
Fields inherited from interface org.zkoss.mesg.MessageConst
NULL_CODE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCode()Gets the message code.
-