railo.runtime.exp
Class TemplateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by railo.runtime.exp.PageException
                  extended by railo.runtime.exp.PageExceptionImpl
                      extended by railo.runtime.exp.TemplateException
All Implemented Interfaces:
Serializable, Dumpable, IPageException
Direct Known Subclasses:
AbstrCFMLScriptTransformer.ComponentTemplateException, BytecodeException, ProcessingDirectiveException

public class TemplateException
extends PageExceptionImpl

Template Exception Object

See Also:
Serialized Form

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

TemplateException

public TemplateException(String message)
constructor of the template exception

Parameters:
message - Exception Message

TemplateException

public TemplateException(String message,
                         String detail)
constructor of the template exception

Parameters:
message - Exception Message
detail - Detailed Exception Message

TemplateException

public TemplateException(PageSource ps,
                         int line,
                         int column,
                         String message)
Constructor of the class

Parameters:
cfml -
message -

TemplateException

public TemplateException(CFMLString cfml,
                         String message)
Constructor of the class

Parameters:
cfml -
message -

TemplateException

public TemplateException(CFMLString cfml,
                         String message,
                         String detail)
Constructor of the class

Parameters:
cfml -
message -
detail -

TemplateException

public TemplateException(CFMLString cfml,
                         Throwable e)
Constructor of the class

Parameters:
cfml -
e -
Method Detail

getLine

public int getLine()
Returns:
the line

getPageSource

public PageSource getPageSource()
Returns:
the pageSource


Copyright © 2012 Railo