org.openanzo.jastor
Class InvalidNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openanzo.jastor.JastorException
                  extended by org.openanzo.jastor.InvalidNodeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidNodeException
extends JastorException

Exception caused by problem with a resource value

Author:
Joe Betz, Ben Szekely (bhszekel@us.ibm.com)
See Also:
Serialized Form

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

InvalidNodeException

public InvalidNodeException(java.lang.Exception e,
                            int errorCode,
                            java.lang.String errorDescription,
                            org.openrdf.model.Value object)
Create invalid Node exception

Parameters:
e - Root cause of exception
errorCode - Major error code for exception
errorDescription - Description of error
object - Node object that caused error

InvalidNodeException

public InvalidNodeException(int errorCode,
                            java.lang.String errorDescription,
                            org.openrdf.model.Value object)
Create invalid Node exception

Parameters:
errorCode - Major error code for exception
errorDescription - Description of error
object - Node object that caused error

InvalidNodeException

public InvalidNodeException(java.lang.Exception e,
                            java.lang.String errorDescription,
                            org.openrdf.model.Value object)
Create invalid Node exception

Parameters:
e - Root cause of exception
errorDescription - Description of error
object - Node object that caused error

InvalidNodeException

public InvalidNodeException(java.lang.String errorDescription,
                            org.openrdf.model.Value object)
Create invalid Node exception

Parameters:
errorDescription - Description of error
object - Node object that caused error

InvalidNodeException

public InvalidNodeException(org.openrdf.model.Value object)
Create invalid Node exception

Parameters:
object - Node object that caused error
Method Detail

getNode

public org.openrdf.model.Value getNode()
Get the Node object that caused error

Returns:
Node object that caused error


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.