java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aya.generic.InterruptException
org.aya.tyck.order.AyaSccTycker.SCCTyckingFailed
- All Implemented Interfaces:
Serializable
- Enclosing class:
AyaSccTycker
public static class AyaSccTycker.SCCTyckingFailed
extends org.aya.generic.InterruptException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.aya.generic.InterruptException
org.aya.generic.InterruptException.InterruptStage -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull kala.collection.immutable.ImmutableSeq<org.aya.generic.stmt.TyckOrder> -
Constructor Summary
ConstructorsConstructorDescriptionSCCTyckingFailed(@NotNull kala.collection.immutable.ImmutableSeq<org.aya.generic.stmt.TyckOrder> what) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
what
@NotNull public final @NotNull kala.collection.immutable.ImmutableSeq<org.aya.generic.stmt.TyckOrder> what
-
-
Constructor Details
-
SCCTyckingFailed
public SCCTyckingFailed(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<org.aya.generic.stmt.TyckOrder> what)
-
-
Method Details
-
stage
public org.aya.generic.InterruptException.InterruptStage stage()- Specified by:
stagein classorg.aya.generic.InterruptException
-