com.calitha.exception
Class XMLValidateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by com.calitha.exception.XMLValidateException
All Implemented Interfaces:
Serializable

public class XMLValidateException
extends SAXException

This class represents an exception causes by a DTD or XML Schema validation error.

Author:
Robert van Loenhout
See Also:
Serialized Form

Constructor Summary
XMLValidateException(String message)
           
 
Method Summary
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLValidateException

public XMLValidateException(String message)