org.semanticweb.kaon2.api
Class KAON2Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.kaon2.api.KAON2Exception
All Implemented Interfaces:
java.io.Serializable

public class KAON2Exception
extends java.lang.Exception

The exception thrown by various KAON2 API methods.

See Also:
Serialized Form

Field Summary
protected static long serialVersionUID
           
 
Constructor Summary
KAON2Exception()
          Creates an instance of this class.
KAON2Exception(java.lang.String message)
          Creates an instance of this class.
KAON2Exception(java.lang.String message, java.lang.Throwable cause)
          Creates an instance of this class.
 
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
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

KAON2Exception

public KAON2Exception()
Creates an instance of this class.


KAON2Exception

public KAON2Exception(java.lang.String message)
Creates an instance of this class.

Parameters:
message - the message specifying the cause of the error

KAON2Exception

public KAON2Exception(java.lang.String message,
                      java.lang.Throwable cause)
Creates an instance of this class.

Parameters:
message - the message specifying the cause of the error
cause - the original cause of failure