public abstract class AbstractHaltableProcess extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
AbstractHaltableProcess() |
public final void halted()
RuntimeException
- wrapping the firstCause
iff processing has been
halted.halt(Throwable)
public final <T extends Throwable> T halt(T cause)
cause
- The cause.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.