com.uwyn.rife.template.exceptions
Class UnsupportedAttributeValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.uwyn.rife.template.exceptions.TemplateException
com.uwyn.rife.template.exceptions.SyntaxErrorException
com.uwyn.rife.template.exceptions.UnsupportedAttributeValueException
- All Implemented Interfaces:
- Serializable
public class UnsupportedAttributeValueException
- extends SyntaxErrorException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedAttributeValueException
public UnsupportedAttributeValueException(String templateName,
DocumentPosition errorLocation,
String tagType,
String tagId,
String attributeName,
String attributeValue)
getTagType
public String getTagType()
getTagId
public String getTagId()
getAttributeName
public String getAttributeName()
getAttributeValue
public String getAttributeValue()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.