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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrongNumberArgsException
public WrongNumberArgsException(String argsExpected)
- Constructor WrongNumberArgsException
- Parameters:
argsExpected
- Error message that tells the number of arguments that
were expected.