org.zkoss.zk.ui
Class ComponentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zkoss.lang.SystemException
org.zkoss.zk.ui.UiException
org.zkoss.zk.ui.ComponentNotFoundException
- All Implemented Interfaces:
- java.io.Serializable, org.zkoss.mesg.Messageable, org.zkoss.mesg.MessageConst
public class ComponentNotFoundException
- extends UiException
Dentoes a component cannot be found.
- 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 |
ComponentNotFoundException
public ComponentNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
ComponentNotFoundException
public ComponentNotFoundException(java.lang.String s)
ComponentNotFoundException
public ComponentNotFoundException(java.lang.Throwable cause)
ComponentNotFoundException
public ComponentNotFoundException()
ComponentNotFoundException
public ComponentNotFoundException(int code,
java.lang.Object[] fmtArgs,
java.lang.Throwable cause)
ComponentNotFoundException
public ComponentNotFoundException(int code,
java.lang.Object fmtArg,
java.lang.Throwable cause)
ComponentNotFoundException
public ComponentNotFoundException(int code,
java.lang.Object[] fmtArgs)
ComponentNotFoundException
public ComponentNotFoundException(int code,
java.lang.Object fmtArg)
ComponentNotFoundException
public ComponentNotFoundException(int code,
java.lang.Throwable cause)
ComponentNotFoundException
public ComponentNotFoundException(int code)
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.