org.pf.textx
Class UnknownFunctionException

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

public class UnknownFunctionException
extends TextReplacementException

This exception class is used for signalling that a given function name is not known and can't be dealt with.

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

Constructor Summary
UnknownFunctionException(java.lang.String funcName)
          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

UnknownFunctionException

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