public class TestingFrameworkException extends Exception
| Modifier and Type | Field and Description | 
|---|---|
| static String | NO_HTTP_CLIENT | 
| Constructor and Description | 
|---|
| TestingFrameworkException(String message)Creates a WebServerTestingFrameworkException with the specified detail message. | 
| TestingFrameworkException(Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMessage() | 
| void | setAdapter(ClientTestingAdapter adapter) | 
| void | setTest(FrameworkTest test) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String NO_HTTP_CLIENT
public TestingFrameworkException(String message)
public TestingFrameworkException(Throwable cause)
public String getMessage()
getMessage in class Throwablepublic void setAdapter(ClientTestingAdapter adapter)
public void setTest(FrameworkTest test)
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.