org.zkoss.zk.au
Class CommandNotFoundException

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
                      extended by org.zkoss.zk.au.CommandNotFoundException
All Implemented Interfaces:
java.io.Serializable, org.zkoss.mesg.Messageable, org.zkoss.mesg.MessageConst

public class CommandNotFoundException
extends UiException

Represents an update-relevant exception.

Author:
tomyeh
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.zkoss.zk.ui.UiException
UiException.Aide
 
Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst
org.zkoss.mesg.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
CommandNotFoundException()
           
CommandNotFoundException(int code)
           
CommandNotFoundException(int code, java.lang.Object fmtArg)
           
CommandNotFoundException(int code, java.lang.Object[] fmtArgs)
           
CommandNotFoundException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
           
CommandNotFoundException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
           
CommandNotFoundException(int code, java.lang.Throwable cause)
           
CommandNotFoundException(java.lang.String s)
           
CommandNotFoundException(java.lang.String msg, java.lang.Throwable cause)
           
CommandNotFoundException(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

CommandNotFoundException

public CommandNotFoundException(java.lang.String msg,
                                java.lang.Throwable cause)

CommandNotFoundException

public CommandNotFoundException(java.lang.String s)

CommandNotFoundException

public CommandNotFoundException(java.lang.Throwable cause)

CommandNotFoundException

public CommandNotFoundException()

CommandNotFoundException

public CommandNotFoundException(int code,
                                java.lang.Object[] fmtArgs,
                                java.lang.Throwable cause)

CommandNotFoundException

public CommandNotFoundException(int code,
                                java.lang.Object fmtArg,
                                java.lang.Throwable cause)

CommandNotFoundException

public CommandNotFoundException(int code,
                                java.lang.Object[] fmtArgs)

CommandNotFoundException

public CommandNotFoundException(int code,
                                java.lang.Object fmtArg)

CommandNotFoundException

public CommandNotFoundException(int code,
                                java.lang.Throwable cause)

CommandNotFoundException

public CommandNotFoundException(int code)


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.