Module openj9.dtfj

Class DumpException

    • Constructor Detail

      • DumpException

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

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

      • getDump

        public Dump getDump()
        Returns:
        the Dump where the exception was raised
      • 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