Package io.pebbletemplates.pebble.error
Class RootAttributeNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pebbletemplates.pebble.error.PebbleException
-
- io.pebbletemplates.pebble.error.AttributeNotFoundException
-
- io.pebbletemplates.pebble.error.RootAttributeNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class RootAttributeNotFoundException extends AttributeNotFoundException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class io.pebbletemplates.pebble.error.PebbleException
filename, lineNumber, message
-
-
Constructor Summary
Constructors Constructor Description RootAttributeNotFoundException(java.lang.Throwable cause, java.lang.String message, java.lang.String attributeName, int lineNumber, java.lang.String filename)
-
Method Summary
-
Methods inherited from class io.pebbletemplates.pebble.error.AttributeNotFoundException
getAttributeName
-
Methods inherited from class io.pebbletemplates.pebble.error.PebbleException
getFileName, getLineNumber, getPebbleMessage
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-