Package org.htmlunit.xpath.functions
Class WrongNumberArgsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.htmlunit.xpath.functions.WrongNumberArgsException
-
- All Implemented Interfaces:
java.io.Serializable
public class WrongNumberArgsException extends java.lang.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(java.lang.String argsExpected)
Constructor WrongNumberArgsException
-