Package org.apache.xpath.functions
Class WrongNumberArgsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xpath.functions.WrongNumberArgsException
- All Implemented Interfaces:
Serializable
public class WrongNumberArgsException extends Exception
An exception that is thrown if the wrong number of arguments to an exception
are specified by the stylesheet.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description WrongNumberArgsException(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.
-