public class XPathArityException extends XPathException
| Constructor and Description |
|---|
XPathArityException() |
XPathArityException(String funcName,
int expectedArity,
int providedArity)
An exception detailing a function call that was provided the incorrect
number of arguments.
|
XPathArityException(String funcName,
String expectedArityMessage,
int providedArity)
An exception detailing a function call that was provided the incorrect
number of arguments.
|
getMessage, getSource, setSourceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XPathArityException()
public XPathArityException(String funcName, int expectedArity, int providedArity)
funcName - name of function that was called with incorrect number
of argumentsexpectedArity - number of arguments expected for this function callprovidedArity - number of arguments provided for this function callpublic XPathArityException(String funcName, String expectedArityMessage, int providedArity)
funcName - name of function that was called with incorrect number
of argumentsexpectedArityMessage - message describing the expected arity logic
of the function in questionprovidedArity - number of arguments provided for this function callCopyright © 2023. All rights reserved.