org.coode.manchesterowlsyntax
Class ManchesterOWLSyntaxParserException

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.manchesterowlsyntax.ManchesterOWLSyntaxParserException
All Implemented Interfaces:
java.io.Serializable

public class ManchesterOWLSyntaxParserException
extends OWLParserException

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 19-Nov-2007

See Also:
Serialized Form

Constructor Summary
ManchesterOWLSyntaxParserException(java.lang.String message)
           
ManchesterOWLSyntaxParserException(java.lang.String message, java.lang.Throwable cause)
           
ManchesterOWLSyntaxParserException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.semanticweb.owl.io.OWLParserException
getLineNumber, getMessage, 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

ManchesterOWLSyntaxParserException

public ManchesterOWLSyntaxParserException(java.lang.Throwable cause)

ManchesterOWLSyntaxParserException

public ManchesterOWLSyntaxParserException(java.lang.String message)

ManchesterOWLSyntaxParserException

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