xjavadoc

Class TagValidationException

Known Direct Subclasses:
UnknownTagException

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 Helles?y

Field Summary

private XTag
_tag

Constructor Summary

TagValidationException(String message, XTag tag)

Method Summary

String
getMessage()
XTag
getTag()

Field Details

_tag

private XTag _tag

Constructor Details

TagValidationException

public TagValidationException(String message,
                              XTag tag)

Method Details

getMessage

public String getMessage()

getTag

public final XTag getTag()