Class UnsupportedSpecializationException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class UnsupportedSpecializationException
    extends java.lang.RuntimeException
    Thrown by the generated code of Truffle-DSL if no compatible Specialization could be found for the provided values.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedSpecializationException

        public UnsupportedSpecializationException​(Node node,
                                                  Node[] suppliedNodes,
                                                  java.lang.Object... suppliedValues)