RISC JKU

at.jku.risc.stout.hoau.data

Class NotNormalizableException

  • All Implemented Interfaces:
    Serializable


    public class NotNormalizableException
    extends ControlledException
    This exception is thrown if a lambda term could not be normalized to beta normal form within the given upper bound of recursion repetitions.
    Author:
    Alexander Baumgartner
    See Also:
    Serialized Form
    • Constructor Detail

      • NotNormalizableException

        public NotNormalizableException()
      • NotNormalizableException

        public NotNormalizableException(String message)
      • NotNormalizableException

        public NotNormalizableException(String message,
                                Throwable cause)
      • NotNormalizableException

        public NotNormalizableException(Throwable cause)