com.hp.hpl.jena.rdf.arp
Class FatalParsingErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.rdf.arp.FatalParsingErrorException
All Implemented Interfaces:
Serializable

public class FatalParsingErrorException
extends RuntimeException

This exception should only be seen in user code when using SAX2RDF or SAX2Model. This is thrown after.error errors, most importantly a ARPErrorNumbers.ERR_SAX_FATAL_ERROR. User code in an error handler may throw a different exception.

Author:
Jeremy J. Carroll
See Also:
Serialized Form

Constructor Summary
FatalParsingErrorException()
           
 
Method Summary
 
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
 

Constructor Detail

FatalParsingErrorException

public FatalParsingErrorException()


Licenced under the Apache License, Version 2.0