Class SubstitutionStop

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--SubstitutionStop
All Implemented Interfaces:
Serializable

public class SubstitutionStop
extends RuntimeException

Thrown when an substitution map is impossible to make.

Author:
P. URSO
See Also:
Substitution, Node, Serialized Form

Constructor Summary
SubstitutionStop()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubstitutionStop

public SubstitutionStop()