Class SsaChecker.CannotSsafyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kink_lang.kink.internal.program.itreeoptimize.ssafy.SsaChecker.CannotSsafyException
All Implemented Interfaces:
Serializable
Enclosing class:
SsaChecker

public static class SsaChecker.CannotSsafyException extends RuntimeException
Unchecked exception for an itree which cannot be converted to SSA. It inherits RuntimeException, because ItreeVisitor does not allow checked exceptions
See Also:
  • Constructor Details

    • CannotSsafyException

      public CannotSsafyException()