|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.juzu.template.TemplateExecutionException
public class TemplateExecutionException
An exception that denotes a template execution exception.
| Constructor Summary | |
|---|---|
TemplateExecutionException(String templateId,
Location location,
String text,
String message,
Throwable cause)
|
|
TemplateExecutionException(String templateId,
Location location,
String text,
Throwable cause)
|
|
| Method Summary | |
|---|---|
Integer |
getLineNumber()
|
String |
getMessage()
|
String |
getText()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TemplateExecutionException(String templateId,
Location location,
String text,
String message,
Throwable cause)
public TemplateExecutionException(String templateId,
Location location,
String text,
Throwable cause)
| Method Detail |
|---|
public String getText()
public Integer getLineNumber()
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||