Package org.zkoss.zk.ui.metainfo
Class PropertyNotFoundException
- 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.metainfo.PropertyNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
,Messageable
,MessageConst
public class PropertyNotFoundException extends UiException
Represents the a property (a.k.a., a method of a component) is not found.- Since:
- 3.0.5
- 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
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
Constructors Constructor Description PropertyNotFoundException()
PropertyNotFoundException(int code)
PropertyNotFoundException(int code, java.lang.Object fmtArg)
PropertyNotFoundException(int code, java.lang.Object[] fmtArgs)
PropertyNotFoundException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
PropertyNotFoundException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
PropertyNotFoundException(int code, java.lang.Throwable cause)
PropertyNotFoundException(java.lang.String s)
PropertyNotFoundException(java.lang.String msg, java.lang.Throwable cause)
PropertyNotFoundException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.zkoss.lang.SystemException
getCode
-
-
-
-
Constructor Detail
-
PropertyNotFoundException
public PropertyNotFoundException(java.lang.String msg, java.lang.Throwable cause)
-
PropertyNotFoundException
public PropertyNotFoundException(java.lang.String s)
-
PropertyNotFoundException
public PropertyNotFoundException(java.lang.Throwable cause)
-
PropertyNotFoundException
public PropertyNotFoundException()
-
PropertyNotFoundException
public PropertyNotFoundException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
-
PropertyNotFoundException
public PropertyNotFoundException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
-
PropertyNotFoundException
public PropertyNotFoundException(int code, java.lang.Object[] fmtArgs)
-
PropertyNotFoundException
public PropertyNotFoundException(int code, java.lang.Object fmtArg)
-
PropertyNotFoundException
public PropertyNotFoundException(int code, java.lang.Throwable cause)
-
PropertyNotFoundException
public PropertyNotFoundException(int code)
-
-