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 Details

    • WrongNumberArgsException

      public WrongNumberArgsException​(String argsExpected)
      Constructor WrongNumberArgsException
      Parameters:
      argsExpected - Error message that tells the number of arguments that were expected.