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,org.zkoss.mesg.Messageable,org.zkoss.mesg.MessageConst
- Direct Known Subclasses:
ActivationTimeoutException,ComponentNotFoundException,DefinitionNotFoundException,DesktopUnavailableException,DeviceNotFoundException,InterpreterNotFoundException,OperationException,ParseException,PropertyNotFoundException,RequestOutOfSequenceException,SuspendNotAllowedException
public class UiException extends org.zkoss.lang.SystemExceptionRepresents a UI-relevant runtime exception.- Author:
- tomyeh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiException.AideUtilities to wrapUiException.
-
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)
-
-
-
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)
-
-