- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.j9ddr.corereaders.DumpException
-
- All Implemented Interfaces:
Serializable
public class DumpException extends Exception
This class is the superclass of all exceptions thrown by Dump classes- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DumpException(int asid, long address)
DumpException(int asid, long address, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAddress()
int
getAddressSpaceId()
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DumpException
public DumpException(int asid, long address, String description)
-
DumpException
public DumpException(int asid, long address)
-
-