org.jbind.xml.parser
Class ParsingAbortedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jbind.xml.parser.ParsingAbortedException
All Implemented Interfaces:
java.io.Serializable

public class ParsingAbortedException
extends java.lang.Exception

Raised in order to abort the parse process.

See Also:
Serialized Form

Constructor Summary
ParsingAbortedException()
          Creates a new instance of ParsingAbortedException without detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingAbortedException

public ParsingAbortedException()
Creates a new instance of ParsingAbortedException without detail message.