org.pf.textx
Class TextReplacementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pf.textx.TextReplacementException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidParameterException, UnknownFunctionException, UnknownVariableException

public class TextReplacementException
extends java.lang.Exception

This exception class is a root exception class for exceptions of text replacement services.

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

Constructor Summary
TextReplacementException(java.lang.String text)
          Initializes the receiver with the given message text.
 
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

TextReplacementException

public TextReplacementException(java.lang.String text)
Initializes the receiver with the given message text.