com.uwyn.rife.template.exceptions
Class SyntaxErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.uwyn.rife.template.exceptions.TemplateException
com.uwyn.rife.template.exceptions.SyntaxErrorException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AttributeNotEndedException, AttributeWronglyEndedException, BeginTagBadlyTerminatedException, BeginTagNotEndedException, MismatchedTerminationTagException, MissingTerminationTagsException, TagBadlyTerminatedException, TagNotTerminatedException, TerminatingUnopenedTagException, UnsupportedAttributeValueException, UnsupportedNestedTagException
public class SyntaxErrorException
- extends TemplateException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SyntaxErrorException
public SyntaxErrorException(String templateName,
DocumentPosition errorLocation,
String message,
Throwable cause)
getTemplateName
public String getTemplateName()
getErrorLocation
public DocumentPosition getErrorLocation()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.