xjavadoc
Class TagValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byxjavadoc.TagValidationException
All Implemented Interfaces:
Serializable
Direct Known 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
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
TagValidationException(String message, XTag tag)
           
 
Method Summary
 String getMessage()
           
 XTag getTag()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagValidationException

public TagValidationException(String message,
                              XTag tag)
Method Detail

getTag

public final XTag getTag()

getMessage

public String getMessage()


Copyright © 2002-2004 XDoclet Team. All Rights Reserved.