|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.javatest.lib.MultiTest.SetupException
public static class MultiTest.SetupException
This exception is thrown when a problem occurs initializing the test. It may also be used to indicate that the test is not applicable in the current circumstances and should not be run.
Constructor Summary | |
---|---|
MultiTest.SetupException(java.lang.String s)
Construct a new SetupException object that signals failure with a corresponding message. |
Method Summary | |
---|---|
boolean |
isPassed()
Determines whether this SetupException signals failure or not. |
static MultiTest.SetupException |
notApplicable(java.lang.String msg)
Creates a SetupException object which indicates that this test is not applicable. |
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 MultiTest.SetupException(java.lang.String s)
s
- the string containing a commentMethod Detail |
---|
public static MultiTest.SetupException notApplicable(java.lang.String msg)
msg
- a detail string, explaining why the test is "not applicable".
public boolean isPassed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |