Package org.zkoss.mesg
Interface MessageConst
-
- All Known Subinterfaces:
MCommon,Messageable
- All Known Implementing Classes:
CommonException,IllegalSyntaxException,Messages,OperationException,PotentialDeadLockException,SystemException,XelException
public interface MessageConstDefines the constants of message codes.- Author:
- tomyeh
- See Also:
Messages
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMessageConst.AideUsed to handle the mapping of a message code to a filename.static classMessageConst.BundleInfoThe info of each message bundle.
-
Field Summary
Fields Modifier and Type Field Description static intNULL_CODEDenotes a non-existent code.
-
-
-
Field Detail
-
NULL_CODE
static final int NULL_CODE
Denotes a non-existent code.- See Also:
- Constant Field Values
-
-