Package io.pebbletemplates.pebble.error
Class ClassAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pebbletemplates.pebble.error.PebbleException
-
- io.pebbletemplates.pebble.error.ClassAccessException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClassAccessException extends PebbleException
- 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 ClassAccessException(java.lang.reflect.Method method, java.lang.String filename, java.lang.Integer lineNumber)
-
Method Summary
-
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
-
-