org.pf.textx
Class InvalidParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pf.textx.TextReplacementException
              extended by org.pf.textx.InvalidParameterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterException
extends TextReplacementException

This exception class is used for signalling that something is wrong with the parameters given to a function.

Version:
1.0
Author:
Manfred Duchrow
See Also:
Serialized Form

Constructor Summary
InvalidParameterException(java.lang.String funcName, java.lang.String text)
          Initializes the receiver with the function name that caused the exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidParameterException

public InvalidParameterException(java.lang.String funcName,
                                 java.lang.String text)
Initializes the receiver with the function name that caused the exception.