public class FailureException extends RuntimeException
Result is encountered and the failure can't be handled.| Constructor and Description |
|---|
FailureException(Failure failure)
Returns an exception wrapping a failure that couldn't be handled.
|
| Modifier and Type | Method and Description |
|---|---|
Failure |
getFailure()
Returns the details of the failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FailureException(Failure failure)
failure - a failure that couldn't be handledpublic Failure getFailure()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.