|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.clarkparsia.stardog.StardogException
public class StardogException
Base class for all Stardog exceptions
| Constructor Summary | |
|---|---|
StardogException()
Create a new StardogException |
|
StardogException(String theMessage)
Create a new StardogException |
|
StardogException(String theMessage,
Throwable theCause)
Create a new StardogException |
|
StardogException(Throwable theCause)
Create a new StardogException |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StardogException()
public StardogException(String theMessage)
theMessage - the error message
public StardogException(String theMessage,
Throwable theCause)
theMessage - the error messagetheCause - the causepublic StardogException(Throwable theCause)
theCause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||