org.coode.owlapi.owlxmlparser
Class OWLXMLParserAttributeNotFoundException

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.coode.owlapi.owlxmlparser.OWLXMLParserException
                      extended by org.coode.owlapi.owlxmlparser.OWLXMLParserAttributeNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class OWLXMLParserAttributeNotFoundException
extends OWLXMLParserException

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

See Also:
Serialized Form

Constructor Summary
OWLXMLParserAttributeNotFoundException(int lineNumber, int columnNumber, java.lang.String attributeName)
           
 
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

OWLXMLParserAttributeNotFoundException

public OWLXMLParserAttributeNotFoundException(int lineNumber,
                                              int columnNumber,
                                              java.lang.String attributeName)