Package org.mozilla.javascript
Class NotAFunctionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.mozilla.javascript.NotAFunctionException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotAFunctionException extends java.lang.RuntimeException
Deprecated.The exception is no longer thrown by Rhino runtime asEvaluatorException
is used instead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAFunctionException()
Deprecated.
-