org.peaseplate.lang
Class TemplateParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.peaseplate.TemplateException
org.peaseplate.internal.AbstractLocatedTemplateException
org.peaseplate.lang.TemplateParserException
- All Implemented Interfaces:
- java.io.Serializable
public class TemplateParserException
- extends AbstractLocatedTemplateException
- See Also:
- Serialized Form
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 |
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.