org.mozilla.javascript
Class ClassDefinitionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mozilla.javascript.ClassDefinitionException
All Implemented Interfaces:
java.io.Serializable

public class ClassDefinitionException
extends java.lang.Exception

Thrown if errors are detected while attempting to define a host object from a Java class.

See Also:
Serialized Form

Constructor Summary
ClassDefinitionException(java.lang.String detail)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassDefinitionException

public ClassDefinitionException(java.lang.String detail)