org.pf.textx
Class UnknownVariableException

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

public class UnknownVariableException
extends TextReplacementException

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

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

Constructor Summary
UnknownVariableException(java.lang.String varName)
          Initializes the receiver with the variable 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

UnknownVariableException

public UnknownVariableException(java.lang.String varName)
Initializes the receiver with the variable name that caused the exception.