hok.model
Class OntElementNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hok.model.OntElementNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class OntElementNotFoundException
extends java.lang.Exception

A OntElementNotFoundException is thrown whenever some element of the ontology is missing.

Author:
holger
See Also:
Serialized Form

Constructor Summary
OntElementNotFoundException(java.lang.String arg0)
          The constructor.
 
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

OntElementNotFoundException

public OntElementNotFoundException(java.lang.String arg0)
The constructor.

Parameters:
arg0 - the error message to set.