xjavadoc

Class TagValidationException

public class TagValidationException extends RuntimeException

This exception will be thrown if a tag is misnamed or has bad content. This exception is a RuntimeException, in order to not break the existing API.

Version: $Revision: 1.4 $

Author: Aslak Hellesxy

UNKNOWN: 9. februar 2003

Field Summary
XTag_tag
Constructor Summary
TagValidationException(String message, XTag tag)
Method Summary
StringgetMessage()
XTaggetTag()

Field Detail

_tag

private XTag _tag

Constructor Detail

TagValidationException

public TagValidationException(String message, XTag tag)

Method Detail

getMessage

public String getMessage()

getTag

public final XTag getTag()