|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openanzo.jastor.JastorException
org.openanzo.jastor.InvalidNodeException
public class InvalidNodeException
Exception caused by problem with a resource value
| Constructor Summary | |
|---|---|
InvalidNodeException(java.lang.Exception e,
int errorCode,
java.lang.String errorDescription,
org.openrdf.model.Value object)
Create invalid Node exception |
|
InvalidNodeException(java.lang.Exception e,
java.lang.String errorDescription,
org.openrdf.model.Value object)
Create invalid Node exception |
|
InvalidNodeException(int errorCode,
java.lang.String errorDescription,
org.openrdf.model.Value object)
Create invalid Node exception |
|
InvalidNodeException(java.lang.String errorDescription,
org.openrdf.model.Value object)
Create invalid Node exception |
|
InvalidNodeException(org.openrdf.model.Value object)
Create invalid Node exception |
|
| Method Summary | |
|---|---|
org.openrdf.model.Value |
getNode()
Get the Node object that caused error |
| Methods inherited from class org.openanzo.jastor.JastorException |
|---|
getErrorDescription, getMessage, getOriginalException, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidNodeException(java.lang.Exception e,
int errorCode,
java.lang.String errorDescription,
org.openrdf.model.Value object)
e - Root cause of exceptionerrorCode - Major error code for exceptionerrorDescription - Description of errorobject - Node object that caused error
public InvalidNodeException(int errorCode,
java.lang.String errorDescription,
org.openrdf.model.Value object)
errorCode - Major error code for exceptionerrorDescription - Description of errorobject - Node object that caused error
public InvalidNodeException(java.lang.Exception e,
java.lang.String errorDescription,
org.openrdf.model.Value object)
e - Root cause of exceptionerrorDescription - Description of errorobject - Node object that caused error
public InvalidNodeException(java.lang.String errorDescription,
org.openrdf.model.Value object)
errorDescription - Description of errorobject - Node object that caused errorpublic InvalidNodeException(org.openrdf.model.Value object)
object - Node object that caused error| Method Detail |
|---|
public org.openrdf.model.Value getNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||