|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sbrt.ext.R.JriException
public class JriException
This class is used to wrap exceptions thrown by the JRI.
Constructor Summary | |
---|---|
JriException(java.lang.String message,
java.lang.Throwable cause)
Constructs a JRI exception. |
|
JriException(java.lang.Throwable cause)
Constructs a JRI exception. |
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 JriException(java.lang.Throwable cause)
cause
- the original exception throw by the JRI.public JriException(java.lang.String message, java.lang.Throwable cause)
message
- a descriptive message useful for debugging.cause
- the original exception throw by the JRI.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |