org.coode.owl.owlxmlparser
Class OWLXMLParserSAXException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owl.model.OWLException
              extended by org.semanticweb.owl.model.OWLOntologyCreationException
                  extended by org.semanticweb.owl.io.OWLParserException
                      extended by org.coode.owl.owlxmlparser.OWLXMLParserException
                          extended by org.coode.owl.owlxmlparser.OWLXMLParserSAXException
All Implemented Interfaces:
java.io.Serializable

public class OWLXMLParserSAXException
extends OWLXMLParserException

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

See Also:
Serialized Form

Constructor Summary
OWLXMLParserSAXException(int lineNumber, org.xml.sax.SAXException cause)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class org.semanticweb.owl.io.OWLParserException
getLineNumber, setLineNumber
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OWLXMLParserSAXException

public OWLXMLParserSAXException(int lineNumber,
                                org.xml.sax.SAXException cause)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class OWLParserException