org.zkoss.zk.ui
Class UiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.zkoss.lang.SystemException
                  extended by 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
static class UiException.Aide
          Utilities to wrap UiException.
 
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
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo