FileDocCategorySizeDatePackage
WrongNumberArgsException.javaAPI DocJava SE 6 API1287Tue Jun 10 00:23:16 BST 2008com.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
static final long
serialVersionUID
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