org.coode.owlapi.latex
Class LatexRendererIOException

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.latex.LatexRendererException
                          extended by org.coode.owlapi.latex.LatexRendererIOException
All Implemented Interfaces:
java.io.Serializable

public class LatexRendererIOException
extends LatexRendererException

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jun-2007

See Also:
Serialized Form

Constructor Summary
LatexRendererIOException(java.io.IOException cause)
           
 
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

LatexRendererIOException

public LatexRendererIOException(java.io.IOException cause)