Package org.pkl.core
Class NoSuchPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pkl.core.NoSuchPropertyException
-
- All Implemented Interfaces:
java.io.Serializable
public final class NoSuchPropertyException extends java.lang.RuntimeExceptionIndicates that a non-existent property was requested for aComposite. To check if a property exists, useComposite.hasProperty(String).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPropertyException(java.lang.String message, java.lang.String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPropertyName()
-