com.sun.msv.verifier
Class ValidationUnrecoverableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended byorg.xml.sax.SAXParseException
                  extended bycom.sun.msv.verifier.ValidationUnrecoverableException
All Implemented Interfaces:
Serializable

public class ValidationUnrecoverableException
extends SAXParseException

Exception that signals error was fatal and recovery was not possible.

Author:
Kohsuke KAWAGUCHI
See Also:
Serialized Form

Constructor Summary
ValidationUnrecoverableException(SAXParseException vv)
           
 
Methods inherited from class org.xml.sax.SAXParseException
getColumnNumber, getLineNumber, getPublicId, getSystemId
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationUnrecoverableException

public ValidationUnrecoverableException(SAXParseException vv)


Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 28 2005.