Package com.opengamma.strata.pricer
Class PricingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.opengamma.strata.pricer.PricingException
-
- All Implemented Interfaces:
Serializable
public final class PricingException extends RuntimeException
Exception thrown when pricing fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PricingException(String message)
Creates an instance based on a message.PricingException(String message, Throwable cause)
Creates an instance based on a message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PricingException
public PricingException(String message)
Creates an instance based on a message.- Parameters:
message
- the message, null tolerant
-
-