org.coode.owlapi.obo.renderer
Class OBOStorageIncompleteException

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.semanticweb.owlapi.io.OWLRendererException
                      extended by org.coode.owlapi.obo.renderer.OBOStorageIncompleteException
All Implemented Interfaces:
java.io.Serializable

public class OBOStorageIncompleteException
extends OWLRendererException

Author: drummond
http://www.cs.man.ac.uk/~drummond/

The University Of Manchester
Bio Health Informatics Group
Date: Apr 9, 2009

See Also:
Serialized Form

Constructor Summary
OBOStorageIncompleteException(java.util.List<OBOStorageException> exceptions)
           
 
Method Summary
 java.util.List<OBOStorageException> getCauses()
           
 java.lang.String 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

OBOStorageIncompleteException

public OBOStorageIncompleteException(java.util.List<OBOStorageException> exceptions)
Method Detail

getMessage

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

getCauses

public java.util.List<OBOStorageException> getCauses()