Package org.pkl.core

Class NoSuchPropertyException

All Implemented Interfaces:
Serializable

public final class NoSuchPropertyException extends RuntimeException
Indicates that a nonexistent property was requested for a Composite. To check if a property exists, use Composite.hasProperty(String).
See Also:
  • Constructor Details

    • NoSuchPropertyException

      public NoSuchPropertyException(String message, String propertyName)
  • Method Details

    • getPropertyName

      public String getPropertyName()