org.apache.xpath.functions
Class WrongNumberArgsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.xpath.functions.WrongNumberArgsException
All Implemented Interfaces:
java.io.Serializable

public class WrongNumberArgsException
extends java.lang.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
(package private) static long serialVersionUID
           
 
Constructor Summary
WrongNumberArgsException(java.lang.String argsExpected)
          Constructor WrongNumberArgsException
 
Method Summary
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

WrongNumberArgsException

public WrongNumberArgsException(java.lang.String argsExpected)
Constructor WrongNumberArgsException

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