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:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class PebbleException
filename, lineNumber, message -
Constructor Summary
ConstructorsConstructorDescriptionRootAttributeNotFoundException(Throwable cause, String message, String attributeName, int lineNumber, String filename) -
Method Summary
Methods inherited from class AttributeNotFoundException
getAttributeNameMethods inherited from class PebbleException
getFileName, getLineNumber, getPebbleMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RootAttributeNotFoundException
-