public interface CloneableException
Exception that can be duplicated with a new backtrace.| Modifier and Type | Method and Description |
|---|---|
Exception |
retargetClone()
Create and return a new
Exception that has a backtrace including the
calling line of code. |
Exception retargetClone()
Exception that has a backtrace including the
calling line of code.Exception.