Serialized Form
-
Package com.oracle.truffle.api
-
Exception Class com.oracle.truffle.api.OptimizationFailedException
class OptimizationFailedException extends RuntimeException implements Serializable- serialVersionUID:
- -8797188744430210785L
-
Serialized Fields
-
callTarget
RootCallTarget callTarget
-
-
Exception Class com.oracle.truffle.api.TruffleStackTrace
class TruffleStackTrace extends Exception implements Serializable-
Serialized Fields
-
frames
List<TruffleStackTraceElement> frames
-
lazyFrames
int lazyFrames
-
materializedHostException
Throwable materializedHostException
-
-
-
-
Package com.oracle.truffle.api.bytecode
-
Exception Class com.oracle.truffle.api.bytecode.BytecodeEncodingException
class BytecodeEncodingException extends RuntimeException implements Serializable- serialVersionUID:
- -2348428129745395052L
-
-
Package com.oracle.truffle.api.debug
-
Exception Class com.oracle.truffle.api.debug.DebugException
class DebugException extends RuntimeException implements Serializable- serialVersionUID:
- 5017970176581546348L
-
Serialized Fields
-
catchLocation
DebugException.CatchLocation catchLocation
-
debugAsyncStacks
List<List<DebugStackTraceElement>> debugAsyncStacks
-
debugStackTrace
List<DebugStackTraceElement> debugStackTrace
-
exception
Throwable exception
-
isCatchNodeComputed
boolean isCatchNodeComputed
-
javaLikeStackTrace
StackTraceElement[] javaLikeStackTrace
-
preferredLanguage
LanguageInfo preferredLanguage
-
rawStackTrace
StackTraceElement[] rawStackTrace
-
session
DebuggerSession session
-
suspendedEvent
SuspendedEvent suspendedEvent
-
throwLocation
Node throwLocation
-
-
-
Package com.oracle.truffle.api.dsl
-
Exception Class com.oracle.truffle.api.dsl.UnsupportedSpecializationException
class UnsupportedSpecializationException extends RuntimeException implements Serializable- serialVersionUID:
- -2122892028296836269L
-
-
Package com.oracle.truffle.api.exception
-
Exception Class com.oracle.truffle.api.exception.AbstractTruffleException
class AbstractTruffleException extends RuntimeException implements Serializable
-
-
Package com.oracle.truffle.api.frame
-
Exception Class com.oracle.truffle.api.frame.FrameSlotTypeException
class FrameSlotTypeException extends IllegalStateException implements Serializable- serialVersionUID:
- 6972120475215757452L
-
Serialized Fields
-
actualKind
FrameSlotKind actualKind
-
expectedKind
FrameSlotKind expectedKind
-
slot
int slot
-
-
-
Package com.oracle.truffle.api.interop
-
Exception Class com.oracle.truffle.api.interop.ArityException
class ArityException extends InteropException implements Serializable- serialVersionUID:
- 1857745390734085182L
-
Serialized Fields
-
actualArity
int actualArity
-
expectedMaxArity
int expectedMaxArity
-
expectedMinArity
int expectedMinArity
-
-
Exception Class com.oracle.truffle.api.interop.InteropException
class InteropException extends Exception implements Serializable- serialVersionUID:
- -5173354806966156285L
-
Exception Class com.oracle.truffle.api.interop.InvalidArrayIndexException
class InvalidArrayIndexException extends InteropException implements Serializable- serialVersionUID:
- 1857745390734085182L
-
Serialized Fields
-
invalidIndex
long invalidIndex
-
-
Exception Class com.oracle.truffle.api.interop.InvalidBufferOffsetException
class InvalidBufferOffsetException extends InteropException implements Serializable- serialVersionUID:
- 1857745390734085837L
-
Serialized Fields
-
byteOffset
long byteOffset
-
length
long length
-
-
Exception Class com.oracle.truffle.api.interop.StopIterationException
class StopIterationException extends InteropException implements Serializable- serialVersionUID:
- 1857745390734085182L
-
Exception Class com.oracle.truffle.api.interop.UnknownIdentifierException
class UnknownIdentifierException extends InteropException implements Serializable- serialVersionUID:
- 1857745390734085182L
-
Serialized Fields
-
unknownIdentifier
String unknownIdentifier
-
-
Exception Class com.oracle.truffle.api.interop.UnknownKeyException
class UnknownKeyException extends InteropException implements Serializable- serialVersionUID:
- 1857745390734085182L
-
Serialized Fields
-
unknownKey
Object unknownKey
-
-
Exception Class com.oracle.truffle.api.interop.UnsupportedMessageException
class UnsupportedMessageException extends InteropException implements Serializable- serialVersionUID:
- 1857745390734085182L
-
Exception Class com.oracle.truffle.api.interop.UnsupportedTypeException
class UnsupportedTypeException extends InteropException implements Serializable- serialVersionUID:
- 1857745390734085182L
-
Serialized Fields
-
suppliedValues
Object[] suppliedValues
-
-
-
Package com.oracle.truffle.api.nodes
-
Exception Class com.oracle.truffle.api.nodes.ControlFlowException
class ControlFlowException extends RuntimeException implements Serializable- serialVersionUID:
- 3676602078425211386L
-
Exception Class com.oracle.truffle.api.nodes.InvalidAssumptionException
class InvalidAssumptionException extends SlowPathException implements Serializable- serialVersionUID:
- -6801338218909717979L
-
Exception Class com.oracle.truffle.api.nodes.SlowPathException
class SlowPathException extends Exception implements Serializable- serialVersionUID:
- 3676602078425211386L
-
Exception Class com.oracle.truffle.api.nodes.UnexpectedResultException
class UnexpectedResultException extends SlowPathException implements Serializable- serialVersionUID:
- 3676602078425211386L
-
Serialized Fields
-
result
Object result
-
-
-
Package com.oracle.truffle.api.object
-
Exception Class com.oracle.truffle.api.object.FinalLocationException
class FinalLocationException extends SlowPathException implements Serializable- serialVersionUID:
- -30188494510914293L
-
Exception Class com.oracle.truffle.api.object.IncompatibleLocationException
class IncompatibleLocationException extends SlowPathException implements Serializable- serialVersionUID:
- -7734865392357341789L
-
-
Package com.oracle.truffle.api.strings
-
Exception Class com.oracle.truffle.api.strings.TruffleString.IllegalByteArrayLengthException
class IllegalByteArrayLengthException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 2871353611734808666L
-
Exception Class com.oracle.truffle.api.strings.TruffleString.NumberFormatException
class NumberFormatException extends Exception implements Serializable- serialVersionUID:
- 102938855488837538L
-
Serialized Fields
-
reason
com.oracle.truffle.api.strings.TruffleString.NumberFormatException.Reason reason
-
regionLength
int regionLength
-
regionOffset
int regionOffset
-
string
AbstractTruffleString string
-
-