org.semanticweb.owlapi.io
Class OWLParserURISyntaxException

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 org.semanticweb.owlapi.io.OWLParserURISyntaxException
All Implemented Interfaces:
java.io.Serializable

public class OWLParserURISyntaxException
extends OWLParserException

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 07-Dec-2009

See Also:
Serialized Form

Constructor Summary
OWLParserURISyntaxException(java.net.URISyntaxException cause, int lineNumber, int columnNumber)
           
 
Method Summary
 java.net.URISyntaxException getCause()
           
 
Methods inherited from class org.semanticweb.owlapi.io.OWLParserException
getColumnNumber, getLineNumber, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

OWLParserURISyntaxException

public OWLParserURISyntaxException(java.net.URISyntaxException cause,
                                   int lineNumber,
                                   int columnNumber)
Method Detail

getCause

public java.net.URISyntaxException getCause()
Overrides:
getCause in class java.lang.Throwable