Package io.pebbletemplates.pebble.error
Class LoaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pebbletemplates.pebble.error.PebbleException
-
- io.pebbletemplates.pebble.error.LoaderException
-
- All Implemented Interfaces:
java.io.Serializable
public class LoaderException 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 LoaderException(java.lang.Throwable cause, java.lang.String message)
-
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
-
-