koala.dynamicjava.interpreter.context
Class NoSuchFunctionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bykoala.dynamicjava.interpreter.context.NoSuchFunctionException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchFunctionException
extends java.lang.Exception

Thrown when a particular method cannot be found.

See Also:
Serialized Form

Constructor Summary
NoSuchFunctionException()
          Constructs a NoSuchFunctionException without a detail message.
NoSuchFunctionException(java.lang.String s)
          Constructs a NoSuchMethodException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchFunctionException

public NoSuchFunctionException()
Constructs a NoSuchFunctionException without a detail message.


NoSuchFunctionException

public NoSuchFunctionException(java.lang.String s)
Constructs a NoSuchMethodException with a detail message.

Parameters:
s - the detail message.


Copyright © 2001 Stephane Hillion. All Rights Reserved.