public class PebbleException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected String |
filename |
protected Integer |
lineNumber |
protected String |
message |
protected PebbleException |
previous |
| Constructor and Description |
|---|
PebbleException(Throwable cause,
String message) |
PebbleException(Throwable cause,
String message,
Integer lineNumber,
String filename) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Integer lineNumber
protected String filename
protected String message
protected PebbleException previous
Copyright © 2015. All rights reserved.