Package com.opengamma.strata.basics
Class ReferenceDataNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.opengamma.strata.basics.ReferenceDataNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ReferenceDataNotFoundException extends RuntimeException
Exception thrown if reference data cannot be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferenceDataNotFoundException(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
-
ReferenceDataNotFoundException
public ReferenceDataNotFoundException(String message)
Creates the exception passing the exception message.- Parameters:
message
- the exception message, null tolerant
-
-