|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.nuiton.j2r.RException
public class RException
Exception thrown when an error occur during the communication with R (whatever the communication mode is).
| Constructor Summary | |
|---|---|
RException()
Exception constructor. |
|
RException(String message)
Exception constructor |
|
RException(String message,
Throwable cause)
Exception constructor. |
|
RException(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 |
|---|
public RException()
public RException(String message)
message - text describing the exception.public RException(Throwable cause)
cause - the Throwable instance that throwed this exception.
public RException(String message,
Throwable cause)
message - text describing the exception.cause - the Throwable instance that throwed this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||