Class BasicError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.nosqlbench.nb.api.errors.BasicError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NBConfigError
User exceptions are errors for which we know how to explain the cause to the user.
For these, we should not need to log or report stack traces to any channel, as
the cause of and thus the remedy for the error should be very obvious.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BasicError
-
BasicError
-