Class TestingFrameworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hc.core5.testing.framework.TestingFrameworkException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ClientTestingAdapter
static final String
private static final long
private FrameworkTest
-
Constructor Summary
ConstructorsConstructorDescriptionTestingFrameworkException
(String message) Creates a WebServerTestingFrameworkException with the specified detail message. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAdapter
(ClientTestingAdapter adapter) void
setTest
(FrameworkTest test) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NO_HTTP_CLIENT
- See Also:
-
adapter
-
test
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TestingFrameworkException
Creates a WebServerTestingFrameworkException with the specified detail message. -
TestingFrameworkException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
setAdapter
-
setTest
-