org.teatrove.tea.engine
Class TemplateError

java.lang.Object
  extended by org.teatrove.tea.engine.TemplateError
All Implemented Interfaces:
Serializable

public class TemplateError
extends Object
implements Serializable

Author:
Reece Wilton
See Also:
Serialized Form

Constructor Summary
TemplateError()
           
TemplateError(String message)
           
TemplateError(String sourcePath, Date lastModifiedDate, String errorMessage, String detailedErrorMessage, String sourceInfoMessage, String sourceLine, String underline, int lineNumber, int errorFileStartPos, int errorFileEndPos, int errorStartPos, int errorEndPos, int detailPos)
           
 
Method Summary
 String getDetail()
           
 String getDetailedErrorMessage()
           
 String getErrorEnd()
           
 int getErrorEndPos()
           
 int getErrorFileEndPos()
           
 int getErrorFileStartPos()
           
 String getErrorMessage()
           
 String getErrorStart()
           
 int getErrorStartPos()
           
 Date getLastModifiedDate()
           
 String getLineEnd()
           
 int getLineNumber()
           
 String getLineStart()
           
 String getSourceInfoMessage()
           
 String getSourceLine()
           
 String getSourcePath()
           
 String getUnderline()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateError

public TemplateError()

TemplateError

public TemplateError(String sourcePath,
                     Date lastModifiedDate,
                     String errorMessage,
                     String detailedErrorMessage,
                     String sourceInfoMessage,
                     String sourceLine,
                     String underline,
                     int lineNumber,
                     int errorFileStartPos,
                     int errorFileEndPos,
                     int errorStartPos,
                     int errorEndPos,
                     int detailPos)

TemplateError

public TemplateError(String message)
Method Detail

getSourcePath

public String getSourcePath()

getLastModifiedDate

public Date getLastModifiedDate()

getErrorMessage

public String getErrorMessage()

getDetailedErrorMessage

public String getDetailedErrorMessage()

getSourceInfoMessage

public String getSourceInfoMessage()

getSourceLine

public String getSourceLine()

getUnderline

public String getUnderline()

getLineNumber

public int getLineNumber()

getErrorStartPos

public int getErrorStartPos()

getErrorEndPos

public int getErrorEndPos()

getErrorFileStartPos

public int getErrorFileStartPos()

getErrorFileEndPos

public int getErrorFileEndPos()

getLineStart

public String getLineStart()

getErrorStart

public String getErrorStart()

getDetail

public String getDetail()

getErrorEnd

public String getErrorEnd()

getLineEnd

public String getLineEnd()


Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.