package bluej.extensions;
| This exception will be thrown when the parameters passed to an invocation
| do not match the list of arguments of the invocation.
|
| @version $Id: InvocationArgumentException.java 6215 2009-03-30 13:28:25Z polle $
|
|
| Author: Damiano Bolla, University of Kent at Canterbury, 2003
|
public class InvocationArgumentException
extends ExtensionException {
InvocationArgumentException (String reason) {
super (reason);
}
}
top,
use,
map,
class InvocationArgumentException
9 neLoCode
+ 5 LoComm