org.zkoss.zk.au
Class CommandNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zkoss.lang.SystemException
org.zkoss.zk.ui.UiException
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 classes/interfaces inherited from interface org.zkoss.mesg.MessageConst |
org.zkoss.mesg.MessageConst.BundleInfo |
| Fields inherited from class org.zkoss.lang.SystemException |
_code |
| Fields inherited from interface org.zkoss.mesg.MessageConst |
NULL_CODE |
| 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 |
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.