Class BytecodeEncodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.api.bytecode.BytecodeEncodingException
All Implemented Interfaces:
Serializable

public final class BytecodeEncodingException extends RuntimeException
Class representing an exception thrown by a BytecodeBuilder when the program cannot be encoded, for example, when the bytecode exceeds the maximum addressable bytecode size.
Since:
24.2
See Also:
  • Method Details