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