public class TestSelectorParseException extends RuntimeException
While this could reasonably be a subclass of HumanReadableException
our desire to keep the dependencies of
this package to a minimum means we'll subclass RuntimeException
instead and convert to a
HumanReadableException
elsewhere.
Constructor and Description |
---|
TestSelectorParseException(String message) |
TestSelectorParseException(String message,
Exception cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString