org.rosuda.REngine.Rserve
Class RserveException
java.lang.Object
REngineException
org.rosuda.REngine.Rserve.RserveException
public class RserveException
- extends REngineException
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
err
protected java.lang.String err
reqReturnCode
protected int reqReturnCode
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)
getRequestErrorDescription
public java.lang.String getRequestErrorDescription()
getRequestErrorDescription
public java.lang.String getRequestErrorDescription(int code)
getMessage
public java.lang.String getMessage()
getRequestReturnCode
public int getRequestReturnCode()