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 ClientTestingAdapteradapterstatic java.lang.StringNO_HTTP_CLIENTprivate static longserialVersionUIDprivate FrameworkTesttest
-
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.StringgetMessage()voidsetAdapter(ClientTestingAdapter adapter)voidsetTest(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:
getMessagein classjava.lang.Throwable
-
setAdapter
public void setAdapter(ClientTestingAdapter adapter)
-
setTest
public void setTest(FrameworkTest test)
-
-