Class DumpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.j9ddr.corereaders.DumpException
- All Implemented Interfaces:
Serializable
This class is the superclass of all exceptions thrown by Dump classes
- See Also:
-
Constructor Summary
ConstructorDescriptionDumpException
(int asid, long address) DumpException
(int asid, long address, String description) -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DumpException
-
DumpException
public DumpException(int asid, long address)
-
-
Method Details
-
getAddress
public long getAddress()- Returns:
- the address in the addressSpaceId of the Dump where the exception was raised
-
getAddressSpaceId
public int getAddressSpaceId()- Returns:
- the addressSpaceId of the Dump where the exception was raised
-