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, toString
public static final String NO_HTTP_CLIENT
public TestingFrameworkException(String message)
public TestingFrameworkException(Throwable cause)
public String getMessage()
getMessage
in class Throwable
public void setAdapter(ClientTestingAdapter adapter)
public void setTest(FrameworkTest test)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.