org.activemath.content.mediator
Class OntologyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.content.mediator.MediatorException
              extended by org.activemath.content.mediator.OntologyException
All Implemented Interfaces:
Serializable

public class OntologyException
extends MediatorException

See Also:
Serialized Form

Constructor Summary
OntologyException()
           
OntologyException(String message)
           
OntologyException(String message, Throwable cause)
           
OntologyException(Throwable 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

OntologyException

public OntologyException()

OntologyException

public OntologyException(String message)

OntologyException

public OntologyException(Throwable cause)

OntologyException

public OntologyException(String message,
                         Throwable cause)