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 :) --- .../mozilla/javascript/JavaScriptException.html | 375 --------------------- 1 file changed, 375 deletions(-) delete mode 100644 trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/JavaScriptException.html (limited to 'trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/JavaScriptException.html') diff --git a/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/JavaScriptException.html b/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/JavaScriptException.html deleted file mode 100644 index 6dafa13..0000000 --- a/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/JavaScriptException.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - - -JavaScriptException (Rhino) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.mozilla.javascript -
-Class JavaScriptException

-
-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.JavaScriptException
-
-
-
All Implemented Interfaces:
java.io.Serializable
-
-
-
-
public class JavaScriptException
extends RhinoException
- - -

-Java reflection of JavaScript exceptions. - Instances of this class are thrown by the JavaScript 'throw' keyword. -

- -

-

-
Author:
-
Mike McCabe
-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - -
-Constructor Summary
JavaScriptException(java.lang.Object value) - -
-          Deprecated. Use WrappedException.WrappedException(Throwable) to report - exceptions in Java code.
JavaScriptException(java.lang.Object value, - java.lang.String sourceName, - int lineNumber) - -
-          Create a JavaScript exception wrapping the given JavaScript value
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- java.lang.Stringdetails() - -
-           
- intgetLineNumber() - -
-          Deprecated. Use RhinoException.lineNumber() from the super class.
- java.lang.StringgetSourceName() - -
-          Deprecated. Use RhinoException.sourceName() from the super class.
- java.lang.ObjectgetValue() - -
-           
- - - - - - - -
Methods inherited from class org.mozilla.javascript.RhinoException
columnNumber, 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
- -

-JavaScriptException

-
-public JavaScriptException(java.lang.Object value)
-
-
Deprecated. Use WrappedException.WrappedException(Throwable) to report - exceptions in Java code. -

-

-
- -

-JavaScriptException

-
-public JavaScriptException(java.lang.Object value,
-                           java.lang.String sourceName,
-                           int lineNumber)
-
-
Create a JavaScript exception wrapping the given JavaScript value -

-

-
Parameters:
value - the JavaScript value thrown.
-
- - - - - - - - -
-Method Detail
- -

-details

-
-public java.lang.String details()
-
-
-
Overrides:
details in class RhinoException
-
-
-
-
-
-
- -

-getValue

-
-public java.lang.Object getValue()
-
-
- -
Returns:
the value wrapped by this exception
-
-
-
- -

-getSourceName

-
-public java.lang.String getSourceName()
-
-
Deprecated. Use RhinoException.sourceName() from the super class. -

-

-
-
-
-
- -

-getLineNumber

-
-public int getLineNumber()
-
-
Deprecated. Use RhinoException.lineNumber() from the super class. -

-

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