FileDocCategorySizeDatePackage
WrongNumberArgsException.javaAPI DocJava SE 5 API1216Fri Aug 26 14:56:10 BST 2005com.sun.org.apache.xpath.internal.functions

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.
xsl.usage
advanced

Fields Summary
Constructors Summary
public WrongNumberArgsException(String argsExpected)
Constructor WrongNumberArgsException

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


    super(argsExpected);
  
Methods Summary