Uses of Interface
com.opengamma.strata.collect.result.FailureItemProvider
-
Packages that use FailureItemProvider Package Description com.opengamma.strata.collect.result Result data structures.com.opengamma.strata.loader.fpml Loader that can convert files to financial instruments. -
-
Uses of FailureItemProvider in com.opengamma.strata.collect.result
Classes in com.opengamma.strata.collect.result that implement FailureItemProvider Modifier and Type Class Description class
FailureItemException
An exception thrown when an exception can be represented by aFailureItem
.class
IllegalArgFailureException
Exception thrown when input is invalid.class
ParseFailureException
Exception thrown when parsing. -
Uses of FailureItemProvider in com.opengamma.strata.loader.fpml
Classes in com.opengamma.strata.loader.fpml that implement FailureItemProvider Modifier and Type Class Description class
FpmlParseException
Exception thrown when parsing FpML.
-