org.rosuda.REngine.Rserve
Class RserveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rosuda.REngine.REngineException
              extended by org.rosuda.REngine.Rserve.RserveException
All Implemented Interfaces:
Serializable

public class RserveException
extends org.rosuda.REngine.REngineException

See Also:
Serialized Form

Field Summary
protected  String err
           
protected  int reqReturnCode
           
 
Fields inherited from class org.rosuda.REngine.REngineException
engine
 
Constructor Summary
RserveException(RConnection c, String msg)
           
RserveException(RConnection c, String msg, int requestReturnCode)
           
RserveException(RConnection c, String msg, RPacket p)
           
RserveException(RConnection c, String msg, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 String getRequestErrorDescription()
           
 String getRequestErrorDescription(int code)
           
 int getRequestReturnCode()
           
 
Methods inherited from class org.rosuda.REngine.REngineException
getEngine
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

err

protected String err

reqReturnCode

protected int reqReturnCode
Constructor Detail

RserveException

public RserveException(RConnection c,
                       String msg)

RserveException

public RserveException(RConnection c,
                       String msg,
                       Throwable cause)

RserveException

public RserveException(RConnection c,
                       String msg,
                       int requestReturnCode)

RserveException

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

getRequestErrorDescription

public String getRequestErrorDescription()

getRequestErrorDescription

public String getRequestErrorDescription(int code)

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getRequestReturnCode

public int getRequestReturnCode()


Copyright © 2015. All rights reserved.