public class PebbleException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
filename |
protected Integer |
lineNumber |
protected String |
message |
| Constructor and Description |
|---|
PebbleException(Throwable cause,
String message) |
PebbleException(Throwable cause,
String message,
Integer lineNumber,
String filename) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Returns the filename in which the exception was thrown.
|
Integer |
getLineNumber()
Returns the line number on which the exception was thrown.
|
String |
getPebbleMessage()
Returns the message which is set for the exception by Pebble.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final Integer lineNumber
protected final String filename
protected final String message
public Integer getLineNumber()
public String getFileName()
public String getPebbleMessage()
Copyright © 2018. All rights reserved.