com.sun.msv.reader
Class AbortException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.msv.reader.AbortException
All Implemented Interfaces:
Serializable

public class AbortException
extends Exception

This exception will be thrown when the schema parsing is aborted after all the errors are reported through GrammarReaderController. To throw this exception, the thrower must report an error to the controller. This exception can be catched anytime by anyone who can recover from the error. The receiver shouldn't report this exception to the application, since it has already been reported by the thrower.

See Also:
Serialized Form

Field Summary
static AbortException theInstance
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theInstance

public static final AbortException theInstance


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