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:
Serializable
Indicates that a nonexistent property was requested for a
Composite. To check if a
property exists, use Composite.hasProperty(String).- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchPropertyException
-
-
Method Details
-
getPropertyName
-