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