org.peaseplate.lang
Class TemplateParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.peaseplate.TemplateException
              extended by org.peaseplate.internal.AbstractLocatedTemplateException
                  extended by org.peaseplate.lang.TemplateParserException
All Implemented Interfaces:
java.io.Serializable

public class TemplateParserException
extends AbstractLocatedTemplateException

See Also:
Serialized Form

Constructor Summary
TemplateParserException(TemplateLocator locator, int line, int column, java.lang.String message)
           
TemplateParserException(TemplateLocator locator, int line, int column, java.lang.String message, java.lang.Throwable cause)
           
TemplateParserException(TemplateLocator locator, TokenizerException e)
           
 
Method Summary
 
Methods inherited from class org.peaseplate.internal.AbstractLocatedTemplateException
getColumn, getLine, getLocator
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateParserException

public TemplateParserException(TemplateLocator locator,
                               int line,
                               int column,
                               java.lang.String message)

TemplateParserException

public TemplateParserException(TemplateLocator locator,
                               int line,
                               int column,
                               java.lang.String message,
                               java.lang.Throwable cause)

TemplateParserException

public TemplateParserException(TemplateLocator locator,
                               TokenizerException e)


Copyright © 2008. All Rights Reserved.