org.mozilla.javascript

Class PropertyException


public class PropertyException
extends Exception

Thrown if errors are detected while attempting to define a property of a host object from a Java class or method, or if a property is not found.

Constructor Summary

PropertyException(String detail)

Constructor Details

PropertyException

public PropertyException(String detail)