Class AttributeNotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RootAttributeNotFoundException

public class AttributeNotFoundException extends PebbleException
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • attributeName

      private final String attributeName
  • Constructor Details

    • AttributeNotFoundException

      public AttributeNotFoundException(Throwable cause, String message, String attributeName, int lineNumber, String filename)
  • Method Details

    • getAttributeName

      public String getAttributeName()