Package org.zkoss.mesg
Interface MessageConst
-
- All Known Implementing Classes:
ActivationTimeoutException,ArithmeticWrongValueException,CommonException,ComponentNotFoundException,DefinitionNotFoundException,DesktopUnavailableException,DeviceNotFoundException,DspException,IllegalSyntaxException,InterpreterNotFoundException,Messages,OperationException,OperationException,ParseException,PotentialDeadLockException,PropertyNotFoundException,RequestOutOfSequenceException,SuspendNotAllowedException,SystemException,UiException,WrongValueException,WrongValuesException,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
-
-