public class MemoryAccessException extends DTFJException
| Constructor and Description |
|---|
MemoryAccessException(ImagePointer badPointer)
Build exception for the given location and description
|
MemoryAccessException(ImagePointer badPointer,
String description)
Build exception for the given location and description
|
| Modifier and Type | Method and Description |
|---|---|
ImagePointer |
getPointer()
Get a pointer into the image where the access failed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MemoryAccessException(ImagePointer badPointer, String description)
badPointer - the location which caused the access exceptiondescription - text descriptionpublic MemoryAccessException(ImagePointer badPointer)
badPointer - the location which caused the access exceptionpublic ImagePointer getPointer()
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2025 IBM Corp. and others.