Skip to content
Snippets Groups Projects
Commit b11a6415 authored by Christian Wulf's avatar Christian Wulf
Browse files

added TerminateException

parent 7adb56db
No related branches found
No related tags found
No related merge requests found
package teetime.framework;
public final class TerminateException extends RuntimeException {
private static final long serialVersionUID = 6841651916837487909L;
@Override
public synchronized Throwable fillInStackTrace() {
return this;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment