Module org.kink_lang.kink
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
Unchecked exception for an itree which cannot be converted to SSA.
It inherits RuntimeException, because ItreeVisitor does not allow checked exceptions
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotSsafyException
public CannotSsafyException()
-