|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
railo.runtime.exp.PageException
railo.runtime.exp.PageExceptionImpl
railo.runtime.exp.TemplateException
public class TemplateException
Template Exception Object
Constructor Summary | |
---|---|
TemplateException(CFMLString cfml,
String message)
Constructor of the class |
|
TemplateException(CFMLString cfml,
String message,
String detail)
Constructor of the class |
|
TemplateException(CFMLString cfml,
Throwable e)
Constructor of the class |
|
TemplateException(PageSource ps,
int line,
int column,
String message)
Constructor of the class |
|
TemplateException(String message)
constructor of the template exception |
|
TemplateException(String message,
String detail)
constructor of the template exception |
Method Summary | |
---|---|
int |
getLine()
|
PageSource |
getPageSource()
|
Methods inherited from class railo.runtime.exp.PageExceptionImpl |
---|
addContext, getAddional, getAdditional, getCatchBlock, getCatchBlock, getCatchBlock, getCustomTypeAsString, getDetail, getErrorBlock, getErrorCode, getExtendedInfo, getLine, getPageDeep, getRootCause, getStackTrace, getStackTraceAsString, getTagContext, getTagContext, getTracePointer, getTypeAsString, printStackTrace, printStackTrace, printStackTrace, setAdditional, setDetail, setErrorCode, setExtendedInfo, setTracePointer, toDumpData, typeEqual |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TemplateException(String message)
message
- Exception Messagepublic TemplateException(String message, String detail)
message
- Exception Messagedetail
- Detailed Exception Messagepublic TemplateException(PageSource ps, int line, int column, String message)
cfml
- message
- public TemplateException(CFMLString cfml, String message)
cfml
- message
- public TemplateException(CFMLString cfml, String message, String detail)
cfml
- message
- detail
- public TemplateException(CFMLString cfml, Throwable e)
cfml
- e
- Method Detail |
---|
public int getLine()
public PageSource getPageSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |