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.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
-
-
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
-
-
-
Package org.graalvm.collections
-
Class org.graalvm.collections.LockFreePrefixTree.Node
class Node extends AtomicLong implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
children
AtomicReferenceArray<LockFreePrefixTree.Node> children
-
key
long key
The 64-bit key of the node. This field should not be changed after the node is inserted into the data structure. It is not final to allow pooling nodes, and specifying the key after they are allocated on the heap. It is not volatile, because it must be set before the insertion into the concurrent data structure -- the concurrent data structure thus establishes a happens-before relationship between the write to this field and the other threads that read this field.
-
-
Class org.graalvm.collections.SeqLockPrefixTree.Node
class Node extends AtomicLong implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
arity
int arity
-
children
SeqLockPrefixTree.Node[] children
-
keys
long[] keys
-
seqlock
long seqlock
-
-
-
Package org.graalvm.nativeimage
-
Exception Class org.graalvm.nativeimage.Isolates.IsolateException
class IsolateException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.graalvm.nativeimage.MissingJNIRegistrationError
class MissingJNIRegistrationError extends Error implements Serializable- serialVersionUID:
- -8940056537864516986L
-
Exception Class org.graalvm.nativeimage.MissingReflectionRegistrationError
class MissingReflectionRegistrationError extends Error implements Serializable- serialVersionUID:
- 2764341882856270640L
-
-
Package org.graalvm.polyglot
-
Exception Class org.graalvm.polyglot.PolyglotException
class PolyglotException extends RuntimeException implements Serializable-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
anchor
Object anchor
Holds a polyglot object that threw aPolyglotException
, ensuring that the garbage collector does not collect the polyglot object while thePolyglotException
is still reachable. -
dispatch
org.graalvm.polyglot.impl.AbstractPolyglotImpl.AbstractExceptionDispatch dispatch
-
impl
Object impl
-
-
-
-
Package org.graalvm.polyglot.io
-
Exception Class org.graalvm.polyglot.io.MessageTransport.VetoException
class VetoException extends Exception implements Serializable- serialVersionUID:
- 3493487569356378902L
-