org.mozilla.javascript
Class NotAFunctionException

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

public class NotAFunctionException
extends java.lang.Exception

Thrown if call is attempted on an object that is not a function.

See Also:
Serialized Form

Constructor Summary
NotAFunctionException()
           
NotAFunctionException(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

NotAFunctionException

public NotAFunctionException()

NotAFunctionException

public NotAFunctionException(java.lang.String detail)