uk.ac.manchester.cs.owl.owlapi.turtle.parser
Class TurtleParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owlapi.model.OWLException
              extended by org.semanticweb.owlapi.io.OWLParserException
                  extended by uk.ac.manchester.cs.owl.owlapi.turtle.parser.TurtleParserException
All Implemented Interfaces:
java.io.Serializable

public class TurtleParserException
extends OWLParserException

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Feb-2008

See Also:
Serialized Form

Constructor Summary
TurtleParserException(java.lang.String message)
           
TurtleParserException(java.lang.String message, java.lang.Throwable cause)
           
TurtleParserException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.semanticweb.owlapi.io.OWLParserException
getColumnNumber, getLineNumber, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

TurtleParserException

public TurtleParserException(java.lang.String message)

TurtleParserException

public TurtleParserException(java.lang.String message,
                             java.lang.Throwable cause)

TurtleParserException

public TurtleParserException(java.lang.Throwable cause)