org.semanticweb.skos
Class SKOSCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.skos.SKOSException
              extended by org.semanticweb.skos.SKOSCreationException
All Implemented Interfaces:
java.io.Serializable

public class SKOSCreationException
extends SKOSException

Author: Simon Jupp
Date: Apr 25, 2008
The University of Manchester
Bio-Health Informatics Group

See Also:
Serialized Form

Constructor Summary
SKOSCreationException(java.lang.String message)
           
SKOSCreationException(java.lang.String message, java.lang.Throwable cause)
           
SKOSCreationException(java.lang.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

SKOSCreationException

public SKOSCreationException(java.lang.String message)

SKOSCreationException

public SKOSCreationException(java.lang.String message,
                             java.lang.Throwable cause)

SKOSCreationException

public SKOSCreationException(java.lang.Throwable cause)