org.apache.xpath.functions

Class WrongNumberArgsException

public class WrongNumberArgsException extends Exception

An exception that is thrown if the wrong number of arguments to an exception are specified by the stylesheet.

UNKNOWN: advanced

Constructor Summary
WrongNumberArgsException(String argsExpected)
Constructor WrongNumberArgsException

Constructor Detail

WrongNumberArgsException

public WrongNumberArgsException(String argsExpected)
Constructor WrongNumberArgsException

Parameters: argsExpected Error message that tells the number of arguments that were expected.

Copyright B) 2006 Apache XML Project. All Rights Reserved.