Package org.zkoss.mesg
Interface Messageable
-
- All Superinterfaces:
MessageConst
- All Known Implementing Classes:
ActivationTimeoutException
,ArithmeticWrongValueException
,CommonException
,ComponentNotFoundException
,DefinitionNotFoundException
,DesktopUnavailableException
,DeviceNotFoundException
,DspException
,IllegalSyntaxException
,InterpreterNotFoundException
,OperationException
,OperationException
,ParseException
,PotentialDeadLockException
,PropertyNotFoundException
,RequestOutOfSequenceException
,SuspendNotAllowedException
,SystemException
,UiException
,WrongValueException
,WrongValuesException
,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 int
getCode()
Gets the message code.
-