|
||||||||
| 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.rosuda.REngine.REngineException
public class REngineException
REngineException is a generic exception that can be thrown by methods invoked on an R engine.
| Field Summary | |
|---|---|
protected REngine |
engine
engine associated with this exception |
| Constructor Summary | |
|---|---|
REngineException(REngine engine,
java.lang.String msg)
creates an R engine exception |
|
| Method Summary | |
|---|---|
REngine |
getEngine()
returns the engine associated with this exception |
| 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 |
| Field Detail |
|---|
protected REngine engine
| Constructor Detail |
|---|
public REngineException(REngine engine,
java.lang.String msg)
engine - engine associated with this exceptionmsg - message describing the cause| Method Detail |
|---|
public REngine getEngine()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||