Package com.opengamma.strata.data
Class MarketDataNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.opengamma.strata.data.MarketDataNotFoundException
-
- All Implemented Interfaces:
Serializable
public class MarketDataNotFoundException extends IllegalArgumentException
Exception thrown if market data cannot be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarketDataNotFoundException(String message)
Creates the exception passing the exception message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MarketDataNotFoundException
public MarketDataNotFoundException(String message)
Creates the exception passing the exception message.- Parameters:
message
- the exception message, null tolerant
-
-