public class NotExecutableException extends Exception
A test method may simply declare this exception in its signature and throw this exception at any point in the method.
The TCK framework will take care that a test method throwing this exception is not considered to be in error, but that the repository is unable to execute this test.
| Constructor and Description |
|---|
NotExecutableException()
Creates a
NotExecutableException without a message. |
NotExecutableException(String message)
Creates a
NotExecutableException with a detailed message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotExecutableException()
NotExecutableException without a message.public NotExecutableException(String message)
NotExecutableException with a detailed message.message - describes why the test case cannot be executed.Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.