Class WrongNumberArgsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.loboevolution.apache.xpath.functions.WrongNumberArgsException
- All Implemented Interfaces:
Serializable
An exception that is thrown if the wrong number of arguments to an exception are specified by the
stylesheet.
- See Also:
-
Constructor Summary
ConstructorDescriptionWrongNumberArgsException
(String argsExpected) Constructor WrongNumberArgsException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongNumberArgsException
Constructor WrongNumberArgsException- Parameters:
argsExpected
- Error message that tells the number of arguments that were expected.
-