org.rosuda.REngine.Rserve
Class RserveException

java.lang.Object
  extended by REngineException
      extended by org.rosuda.REngine.Rserve.RserveException

public class RserveException
extends REngineException


Field Summary
protected  java.lang.String err
           
protected  int reqReturnCode
           
 
Constructor Summary
RserveException(RConnection c, java.lang.String msg)
           
RserveException(RConnection c, java.lang.String msg, int requestReturnCode)
           
RserveException(RConnection c, java.lang.String msg, RPacket p)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getRequestErrorDescription()
           
 java.lang.String getRequestErrorDescription(int code)
           
 int getRequestReturnCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

err

protected java.lang.String err

reqReturnCode

protected int reqReturnCode
Constructor Detail

RserveException

public RserveException(RConnection c,
                       java.lang.String msg)

RserveException

public RserveException(RConnection c,
                       java.lang.String msg,
                       int requestReturnCode)

RserveException

public RserveException(RConnection c,
                       java.lang.String msg,
                       RPacket p)
Method Detail

getRequestErrorDescription

public java.lang.String getRequestErrorDescription()

getRequestErrorDescription

public java.lang.String getRequestErrorDescription(int code)

getMessage

public java.lang.String getMessage()

getRequestReturnCode

public int getRequestReturnCode()