Package org.zkoss.zel
Class PropertyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zkoss.zel.ELException
-
- org.zkoss.zel.PropertyNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyNotFoundException extends ELException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyNotFoundException()
PropertyNotFoundException(java.lang.String message)
PropertyNotFoundException(java.lang.String message, java.lang.Throwable cause)
PropertyNotFoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
PropertyNotFoundException
public PropertyNotFoundException()
-
PropertyNotFoundException
public PropertyNotFoundException(java.lang.String message)
-
PropertyNotFoundException
public PropertyNotFoundException(java.lang.Throwable cause)
-
PropertyNotFoundException
public PropertyNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
-