Module openj9.dtfj

Class 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 Detail

      • DumpException

        public DumpException​(int asid,
                             long address,
                             String description)
      • DumpException

        public DumpException​(int asid,
                             long address)
    • Method Detail

      • 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