org.xmloperator.lambda2.net.model
Class TooMuchReductionStepException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.xmloperator.lambda2.net.model.TooMuchReductionStepException
All Implemented Interfaces:
java.io.Serializable

public class TooMuchReductionStepException
extends java.lang.RuntimeException

Exception raised when the reduction process of an interaction net doesn't terminate.

See Also:
Serialized Form

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

TooMuchReductionStepException

public TooMuchReductionStepException()

TooMuchReductionStepException

public TooMuchReductionStepException(java.lang.String message)