org.ontobox.box.exception
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ontobox.box.exception.NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends java.lang.RuntimeException

An ontology or an entity was not found (by name, identifier, etc.).

Author:
Anton Malykh
See Also:
Serialized Form

Constructor Summary
NotFoundException(NotFoundException e, java.lang.String when)
           
NotFoundException(java.lang.String type, java.lang.String fullName)
           
 
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

NotFoundException

public NotFoundException(java.lang.String type,
                         java.lang.String fullName)

NotFoundException

public NotFoundException(NotFoundException e,
                         java.lang.String when)