xjavadoc
Class UnknownTagException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by xjavadoc.TagValidationException
                  extended by xjavadoc.UnknownTagException
All Implemented Interfaces:
java.io.Serializable

public class UnknownTagException
extends TagValidationException

Version:
$Revision: 1.4 $
Author:
Aslak Helles?y
See Also:
Serialized Form

Constructor Summary
UnknownTagException(XTag tag)
           
 
Method Summary
 
Methods inherited from class xjavadoc.TagValidationException
getMessage, 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

UnknownTagException

public UnknownTagException(XTag tag)