Uses of Interface
org.zkoss.mesg.MessageConst
-
Packages that use MessageConst Package Description org.zkoss.lang org.zkoss.mesg org.zkoss.util org.zkoss.xel -
-
Uses of MessageConst in org.zkoss.lang
Classes in org.zkoss.lang that implement MessageConst Modifier and Type Class Description classCommonExceptionThe most fundamental non-runtime exception of Potix classes.classOperationExceptionThe expectable system exception denoting user's operation errors.classPotentialDeadLockExceptionDenote a potential dead lock might occur.classSystemExceptionIndicates a system exception. -
Uses of MessageConst in org.zkoss.mesg
Subinterfaces of MessageConst in org.zkoss.mesg Modifier and Type Interface Description interfaceMCommoninterfaceMessageableDenotes an object that contains a message by use of an integer, called code.Classes in org.zkoss.mesg that implement MessageConst Modifier and Type Class Description classMessagesThe message manager. -
Uses of MessageConst in org.zkoss.util
Classes in org.zkoss.util that implement MessageConst Modifier and Type Class Description classIllegalSyntaxExceptionRepresents a syntax error. -
Uses of MessageConst in org.zkoss.xel
Classes in org.zkoss.xel that implement MessageConst Modifier and Type Class Description classXelExceptionRepresents a XEL exception.
-