Package org.pkl.core.ast.type
Class VmTypeMismatchException.Constraint
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.api.nodes.ControlFlowException
org.pkl.core.ast.type.VmTypeMismatchException
org.pkl.core.ast.type.VmTypeMismatchException.Constraint
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VmTypeMismatchException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pkl.core.ast.type.VmTypeMismatchException
VmTypeMismatchException.Constraint, VmTypeMismatchException.Nothing, VmTypeMismatchException.Simple, VmTypeMismatchException.Union -
Field Summary
Fields inherited from class org.pkl.core.ast.type.VmTypeMismatchException
actualValue, sourceSection -
Constructor Summary
ConstructorsConstructorDescriptionConstraint(com.oracle.truffle.api.source.SourceSection sourceSection, Object actualValue) -
Method Summary
Methods inherited from class com.oracle.truffle.api.nodes.ControlFlowException
fillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Constraint
-
-
Method Details
-
describe
- Specified by:
describein classVmTypeMismatchException
-
toVmException
- Specified by:
toVmExceptionin classVmTypeMismatchException
-