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