Interface CloneableException

All Known Implementing Classes:
FDBException

public interface CloneableException
An Exception that can be duplicated with a new backtrace.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create and return a new Exception that has a backtrace including the calling line of code.
  • Method Details

    • retargetClone

      Exception retargetClone()
      Create and return a new Exception that has a backtrace including the calling line of code.
      Returns:
      a newly created Exception.