de.laures.cewolf.taglib
Class TagValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by de.laures.cewolf.taglib.TagValidationException
All Implemented Interfaces:
java.io.Serializable

public class TagValidationException
extends org.xml.sax.SAXException

Thrown by some of the libraries validators.

Author:
Guido Laures
See Also:
Serialized Form

Field Summary
private  java.lang.String tag
           
 
Constructor Summary
TagValidationException(java.lang.String tag, java.lang.String msg)
          Creates a new instance of TagValidationException
 
Method Summary
 java.lang.String getTag()
           
 
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tag

private final java.lang.String tag
Constructor Detail

TagValidationException

public TagValidationException(java.lang.String tag,
                              java.lang.String msg)
Creates a new instance of TagValidationException

Method Detail

getTag

public java.lang.String getTag()