org.apache.xpath.functions
Class WrongNumberArgsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.xpath.functions.WrongNumberArgsException
All Implemented Interfaces:
Serializable

public class WrongNumberArgsException
extends Exception

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WrongNumberArgsException(String argsExpected)
          Constructor WrongNumberArgsException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrongNumberArgsException

public WrongNumberArgsException(String argsExpected)
Constructor WrongNumberArgsException

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