WrongNumberArgsExceptionpublic class WrongNumberArgsException extends Exception An exception that is thrown if the wrong number of arguments to an exception
are specified by the stylesheet. |
Constructors Summary |
---|
public WrongNumberArgsException(String argsExpected)Constructor WrongNumberArgsException
super(argsExpected);
|
|