Package org.zkoss.zk.ui
Class UiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zkoss.lang.SystemException
-
- org.zkoss.zk.ui.UiException
-
- All Implemented Interfaces:
java.io.Serializable
,Messageable
,MessageConst
- Direct Known Subclasses:
ActivationTimeoutException
,ComponentNotFoundException
,DefinitionNotFoundException
,DesktopUnavailableException
,DeviceNotFoundException
,InterpreterNotFoundException
,OperationException
,ParseException
,PropertyNotFoundException
,RequestOutOfSequenceException
,SuspendNotAllowedException
public class UiException extends SystemException
Represents a UI-relevant runtime exception.- Author:
- tomyeh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UiException.Aide
Utilities to wrapUiException
.-
Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst
MessageConst.BundleInfo
-
-
Field Summary
-
Fields inherited from class org.zkoss.lang.SystemException
_code
-
Fields inherited from interface org.zkoss.mesg.MessageConst
NULL_CODE
-
-
Constructor Summary
Constructors Constructor Description UiException()
UiException(int code)
UiException(int code, java.lang.Object fmtArg)
UiException(int code, java.lang.Object[] fmtArgs)
UiException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
UiException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
UiException(int code, java.lang.Throwable cause)
UiException(java.lang.String s)
UiException(java.lang.String msg, java.lang.Throwable cause)
UiException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.zkoss.lang.SystemException
getCode
-
-
-
-
Constructor Detail
-
UiException
public UiException(java.lang.String msg, java.lang.Throwable cause)
-
UiException
public UiException(java.lang.String s)
-
UiException
public UiException(java.lang.Throwable cause)
-
UiException
public UiException()
-
UiException
public UiException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
-
UiException
public UiException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
-
UiException
public UiException(int code, java.lang.Object[] fmtArgs)
-
UiException
public UiException(int code, java.lang.Object fmtArg)
-
UiException
public UiException(int code, java.lang.Throwable cause)
-
UiException
public UiException(int code)
-
-