Could I ask you to point to an example?
class MyException extends Exception { @Override public Throwable fillInStackTrace() { return this; } }
Could I ask you to point to an example?