org.nuiton.j2r
Class RException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuiton.j2r.RException
All Implemented Interfaces:
java.io.Serializable

public class RException
extends java.lang.Exception

Exception thrown when an error occur during the communication with R (whatever the communication mode is).

See Also:
Serialized Form

Constructor Summary
RException()
          Exception constructor.
RException(java.lang.String message)
          Exception constructor
RException(java.lang.String message, java.lang.Throwable cause)
          Exception constructor.
RException(java.lang.Throwable cause)
          Exception constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RException

public RException()
Exception constructor.


RException

public RException(java.lang.String message)
Exception constructor

Parameters:
message - text describing the exception.

RException

public RException(java.lang.Throwable cause)
Exception constructor.

Parameters:
cause - the Throwable instance that throwed this exception.

RException

public RException(java.lang.String message,
                  java.lang.Throwable cause)
Exception constructor.

Parameters:
message - text describing the exception.
cause - the Throwable instance that throwed this exception.


Copyright © 2006-2009 CodeLutin. All Rights Reserved.