From 98e2821b38a775737e42a2479a6bc65107210859 Mon Sep 17 00:00:00 2001 From: Elliot Kroo Date: Thu, 11 Mar 2010 15:21:30 -0800 Subject: reorganizing the first level of folders (trunk/branch folders are not the git way :) --- .../org/mozilla/javascript/WrappedException.html | 323 --------------------- 1 file changed, 323 deletions(-) delete mode 100644 trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/WrappedException.html (limited to 'trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/WrappedException.html') diff --git a/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/WrappedException.html b/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/WrappedException.html deleted file mode 100644 index 1109997..0000000 --- a/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/WrappedException.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - -WrappedException (Rhino) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.mozilla.javascript -
-Class WrappedException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by java.lang.RuntimeException
-              extended by org.mozilla.javascript.RhinoException
-                  extended by org.mozilla.javascript.EvaluatorException
-                      extended by org.mozilla.javascript.WrappedException
-
-
-
All Implemented Interfaces:
java.io.Serializable
-
-
-
-
public class WrappedException
extends EvaluatorException
- - -

-A wrapper for runtime exceptions. - - Used by the JavaScript runtime to wrap and propagate exceptions that occur - during runtime. -

- -

-

-
Author:
-
Norris Boyd
-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - -
-Constructor Summary
WrappedException(java.lang.Throwable exception) - -
-           
-  - - - - - - - - - - - - - - - -
-Method Summary
- java.lang.ThrowablegetWrappedException() - -
-          Get the wrapped exception.
- java.lang.Objectunwrap() - -
-          Deprecated. Use getWrappedException() instead.
- - - - - - - -
Methods inherited from class org.mozilla.javascript.EvaluatorException
getColumnNumber, getLineNumber, getLineSource, getSourceName
- - - - - - - -
Methods inherited from class org.mozilla.javascript.RhinoException
columnNumber, details, getMessage, getScriptStackTrace, getScriptStackTrace, initColumnNumber, initLineNumber, initLineSource, initSourceName, lineNumber, lineSource, printStackTrace, printStackTrace, sourceName
- - - - - - - -
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-WrappedException

-
-public WrappedException(java.lang.Throwable exception)
-
-
-
See Also:
Context.throwAsScriptRuntimeEx(Throwable e)
-
- - - - - - - - -
-Method Detail
- -

-getWrappedException

-
-public java.lang.Throwable getWrappedException()
-
-
Get the wrapped exception. -

-

- -
Returns:
the exception that was presented as a argument to the - constructor when this object was created
-
-
-
- -

-unwrap

-
-public java.lang.Object unwrap()
-
-
Deprecated. Use getWrappedException() instead. -

-

-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3