public class BreakChainException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
BreakChainException.CauseType |
Constructor and Description |
---|
BreakChainException(String msg,
BreakChainException.CauseType cause) |
BreakChainException(String msg,
Throwable e,
BreakChainException.CauseType cause) |
BreakChainException(Throwable e,
BreakChainException.CauseType cause) |
Modifier and Type | Method and Description |
---|---|
BreakChainException.CauseType |
getCauseType() |
List<Exception> |
getExceptions()
If a Process wishes to finish before throwing the exception; all other exceptions can be trapped
|
void |
setExceptions(List<Exception> exceptions)
If a Process wishes to finish before throwing the exception; all other exceptions can be trapped
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BreakChainException(String msg, BreakChainException.CauseType cause)
public BreakChainException(Throwable e, BreakChainException.CauseType cause)
public BreakChainException(String msg, Throwable e, BreakChainException.CauseType cause)
public BreakChainException.CauseType getCauseType()
public List<Exception> getExceptions()
Copyright © 2018. All rights reserved.