org.semanticweb.owlapi.owllink
Class OWLlinkReasonerIOException

java.lang.Object
  extended by OWLReasonerRuntimeException
      extended by org.semanticweb.owlapi.owllink.OWLlinkReasonerRuntimeException
          extended by org.semanticweb.owlapi.owllink.OWLlinkReasonerIOException

public class OWLlinkReasonerIOException
extends OWLlinkReasonerRuntimeException

Author: Olaf Noppens Date: 18.06.2010


Constructor Summary
OWLlinkReasonerIOException(java.lang.String message)
           
OWLlinkReasonerIOException(java.lang.String message, java.lang.Throwable cause)
           
OWLlinkReasonerIOException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLlinkReasonerIOException

public OWLlinkReasonerIOException(java.lang.Throwable cause)

OWLlinkReasonerIOException

public OWLlinkReasonerIOException(java.lang.String message)

OWLlinkReasonerIOException

public OWLlinkReasonerIOException(java.lang.String message,
                                  java.lang.Throwable cause)