|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.jackrabbit.test.NotExecutableException
public class NotExecutableException
This exception indicates that a test case cannot be executed due to missing data or if the repository does not have the ability to perform the test. E.g. a feature is optional.
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 Summary | |
|---|---|
NotExecutableException()
Creates a NotExecutableException without a message. |
|
NotExecutableException(java.lang.String message)
Creates a NotExecutableException with a detailed message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotExecutableException()
NotExecutableException without a message.
public NotExecutableException(java.lang.String message)
NotExecutableException with a detailed message.
message - describes why the test case cannot be executed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||