Top Description Fields Constructors
com.sun.org.apache.xpath.internal.functions

public Class WrongNumberArgsException

extends Exception
Class Inheritance

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

Field Summary

Modifier and TypeField and Description
pack-priv static final long

Constructor Summary

AccessConstructor and Description
public
WrongNumberArgsException(String
Error message that tells the number of arguments that were expected.
argsExpected
)

Constructor WrongNumberArgsException

Field Detail

serialVersionUIDback to summary
pack-priv static final long serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Constructor Detail

WrongNumberArgsExceptionback to summary
public WrongNumberArgsException(String argsExpected)

Constructor WrongNumberArgsException

Parameters
argsExpected:String

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