| Constructors in com.uwyn.rife.template.exceptions with parameters of type DocumentPosition |
AttributeNotEndedException(String templateName,
DocumentPosition errorLocation,
String tagType,
String attributeName)
|
AttributeWronglyEndedException(String templateName,
DocumentPosition errorLocation,
String tagType,
String attributeName)
|
BeginTagBadlyTerminatedException(String templateName,
DocumentPosition errorLocation,
String tagType,
String tagId)
|
BeginTagNotEndedException(String templateName,
DocumentPosition errorLocation,
String tagType,
String tagId)
|
CircularIncludesException(String templateName,
DocumentPosition errorLocation,
String included,
Stack<String> previousIncludes)
|
IncludeNotFoundException(String templateName,
DocumentPosition errorLocation,
String included)
|
MismatchedTerminationTagException(String templateName,
DocumentPosition errorLocation,
String tagId,
String expected,
String actual)
|
MissingTerminationTagsException(String templateName,
DocumentPosition errorLocation,
String tagType)
|
SyntaxErrorException(String templateName,
DocumentPosition errorLocation,
String message,
Throwable cause)
|
TagBadlyTerminatedException(String templateName,
DocumentPosition errorLocation,
String tagType,
String tagId)
|
TagNotTerminatedException(String templateName,
DocumentPosition errorLocation,
String tagType,
String tagId)
|
TerminatingUnopenedTagException(String templateName,
DocumentPosition errorLocation,
String tagType)
|
UnsupportedAttributeValueException(String templateName,
DocumentPosition errorLocation,
String tagType,
String tagId,
String attributeName,
String attributeValue)
|
UnsupportedNestedTagException(String templateName,
DocumentPosition errorLocation,
String tagType,
String tagId)
|