Class TestingFrameworkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.hc.core5.testing.framework.TestingFrameworkException
-
- All Implemented Interfaces:
java.io.Serializable
public class TestingFrameworkException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ClientTestingAdapter
adapter
static java.lang.String
NO_HTTP_CLIENT
private static long
serialVersionUID
private FrameworkTest
test
-
Constructor Summary
Constructors Constructor Description TestingFrameworkException(java.lang.String message)
Creates a WebServerTestingFrameworkException with the specified detail message.TestingFrameworkException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
void
setAdapter(ClientTestingAdapter adapter)
void
setTest(FrameworkTest test)
-
-
-
Field Detail
-
NO_HTTP_CLIENT
public static final java.lang.String NO_HTTP_CLIENT
- See Also:
- Constant Field Values
-
adapter
private ClientTestingAdapter adapter
-
test
private FrameworkTest test
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
setAdapter
public void setAdapter(ClientTestingAdapter adapter)
-
setTest
public void setTest(FrameworkTest test)
-
-