vub.starlab.ontoserver.database.exceptions
Class OntologyAlreadyExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--vub.starlab.ontoserver.database.exceptions.OntologyAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class OntologyAlreadyExistsException
extends java.lang.Exception

Exception denoting that a certain ontology already exists

Author:
Sven Casteleyn
See Also:
Serialized Form

Constructor Summary
OntologyAlreadyExistsException(java.lang.String OntologyLabel)
           
 
Method Summary
 java.lang.String getOntologyLabel()
          Accessor method returning the name of the ontology which already exist
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OntologyAlreadyExistsException

public OntologyAlreadyExistsException(java.lang.String OntologyLabel)
Method Detail

getOntologyLabel

public java.lang.String getOntologyLabel()
Accessor method returning the name of the ontology which already exist
Returns:
String the name of the ontology which already exists