es.ucm.fdi.gaia.ontobridge.exceptions
Class OntoBridgeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by es.ucm.fdi.gaia.ontobridge.exceptions.OntoBridgeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoLocalFileException

public class OntoBridgeException
extends java.lang.Exception

Root class for the exceptions used by OntoBridge

Author:
Juan A. Recio García
See Also:
Serialized Form

Constructor Summary
OntoBridgeException()
           
 
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

OntoBridgeException

public OntoBridgeException()