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 MessageConst
Defines the constants of message codes.- Author:
- tomyeh
- See Also:
Messages
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MessageConst.Aide
Used to handle the mapping of a message code to a filename.static class
MessageConst.BundleInfo
The info of each message bundle.
-
Field Summary
Fields Modifier and Type Field Description static int
NULL_CODE
Denotes a non-existent code.
-
-
-
Field Detail
-
NULL_CODE
static final int NULL_CODE
Denotes a non-existent code.- See Also:
- Constant Field Values
-
-