|
||||||||||
| 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.InvalidLiteralException
public class InvalidLiteralException
Exception caused by problem with Literal value
| Constructor Summary | |
|---|---|
InvalidLiteralException(java.lang.Exception e,
int errorCode,
java.lang.String errorDescription,
org.openrdf.model.Literal object)
Create invalid Literal exception |
|
InvalidLiteralException(java.lang.Exception e,
java.lang.String errorDescription,
org.openrdf.model.Literal object)
Create invalid Literal exception |
|
InvalidLiteralException(int errorCode,
java.lang.String errorDescription,
org.openrdf.model.Literal object)
Create invalid Literal exception |
|
InvalidLiteralException(org.openrdf.model.Literal object)
Create invalid Literal exception |
|
InvalidLiteralException(java.lang.String errorDescription,
org.openrdf.model.Literal object)
Create invalid Literal exception |
|
| Method Summary | |
|---|---|
org.openrdf.model.Literal |
getLiteral()
Get the Literal 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 InvalidLiteralException(java.lang.Exception e,
int errorCode,
java.lang.String errorDescription,
org.openrdf.model.Literal object)
e - Root cause of exceptionerrorCode - Major error code for exceptionerrorDescription - Description of errorobject - Literal object that caused error
public InvalidLiteralException(int errorCode,
java.lang.String errorDescription,
org.openrdf.model.Literal object)
errorCode - Major error code for exceptionerrorDescription - Description of errorobject - Literal object that caused error
public InvalidLiteralException(java.lang.Exception e,
java.lang.String errorDescription,
org.openrdf.model.Literal object)
e - Root cause of exceptionerrorDescription - Description of errorobject - Literal object that caused error
public InvalidLiteralException(java.lang.String errorDescription,
org.openrdf.model.Literal object)
errorDescription - Description of errorobject - Literal object that caused errorpublic InvalidLiteralException(org.openrdf.model.Literal object)
object - Literal object that caused error| Method Detail |
|---|
public org.openrdf.model.Literal getLiteral()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||