|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.semanticweb.kaon2.api.KAON2Exception
public class KAON2Exception
The exception thrown by various KAON2 API methods.
| 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 |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public KAON2Exception()
public KAON2Exception(java.lang.String message)
message - the message specifying the cause of the error
public KAON2Exception(java.lang.String message,
java.lang.Throwable cause)
message - the message specifying the cause of the errorcause - the original cause of failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||