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.

Constructor Summary

WrongNumberArgsException(String argsExpected)
Constructor WrongNumberArgsException

Constructor Details

WrongNumberArgsException

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

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