Class OpConfigError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.nosqlbench.nb.api.errors.ActivityInitError
io.nosqlbench.nb.api.errors.OpConfigError
- All Implemented Interfaces:
Serializable
OpConfigErrors are
BasicErrors which are known to occur when
there is an invalid set of configuration details for an op. This can
occur when the user-provided op template data (such as from YAML)
is being inspected by a driver adapter to synthesize operations
(or functions which know how to do so).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpConfigError(String error) OpConfigError(String error, String configSource) OpConfigError(String error, String configSource, Throwable cause) OpConfigError(String error, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpConfigError
-
OpConfigError
-
OpConfigError
-
OpConfigError
-
-
Method Details
-
getCfgSrc
-
getMessage
- Overrides:
getMessagein classThrowable
-