|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.jknack.handlebars.HandlebarsError
public class HandlebarsError
Useful information about a handlebar error.
| Field Summary | |
|---|---|
int |
column
The error's column number. |
String |
evidence
The error's evidence. |
String |
filename
The file's name. |
int |
line
The error's line number. |
String |
message
The full error's message. |
String |
reason
The error's problem. |
| Constructor Summary | |
|---|---|
HandlebarsError(String filename,
int line,
int column,
String reason,
String evidence,
String message)
Creates a new HandlebarsError. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int line
public final int column
public final String reason
public final String evidence
public final String filename
public final String message
| Constructor Detail |
|---|
public HandlebarsError(String filename,
int line,
int column,
String reason,
String evidence,
String message)
HandlebarsError.
filename - The file's name. Required.line - The error's line number.column - The error's column number.reason - The error's reason. Required.evidence - The error's evidence. Required.message - The error's message. Required.| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||