org.coode.owlapi.obo.renderer
Class OBOStorageException

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.model.OWLOntologyStorageException
                  extended by org.coode.owlapi.obo.renderer.OBOStorageException
All Implemented Interfaces:
java.io.Serializable

public class OBOStorageException
extends OWLOntologyStorageException

Author: Nick Drummond
The University Of Manchester
Bio Health Informatics Group
Date: Dec 19, 2008

See Also:
Serialized Form

Constructor Summary
OBOStorageException(OWLObject source, OWLObject problem, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

OBOStorageException

public OBOStorageException(OWLObject source,
                           OWLObject problem,
                           java.lang.String message)