|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.google.gwt.dev.js.rhino.JavaScriptException
public class JavaScriptException
Java reflection of JavaScript exceptions. (Possibly wrapping a Java exception.)
| Constructor Summary | |
|---|---|
JavaScriptException(java.lang.Object value)
Create a JavaScript exception wrapping the given JavaScript value. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue()
Get the exception value originally thrown. |
| 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 JavaScriptException(java.lang.Object value)
value - the JavaScript value thrown.| Method Detail |
|---|
public java.lang.Object getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||