Class UnsupportedConstantPoolTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.api.nodes.serial.UnsupportedConstantPoolTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedConstantPoolTypeException extends RuntimeException
Experimental API. May change without notice.
See Also:
  • Constructor Details

    • UnsupportedConstantPoolTypeException

      public UnsupportedConstantPoolTypeException()
    • UnsupportedConstantPoolTypeException

      public UnsupportedConstantPoolTypeException(String message, Throwable cause)
    • UnsupportedConstantPoolTypeException

      public UnsupportedConstantPoolTypeException(String message)
    • UnsupportedConstantPoolTypeException

      public UnsupportedConstantPoolTypeException(Throwable cause)