Package com.sun.javatest.lib
Class MultiTest.SetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.javatest.lib.MultiTest.SetupException
- All Implemented Interfaces:
Serializable
- Enclosing class:
MultiTest
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new SetupException object that signals failure with a corresponding message. -
Method Summary
Modifier and TypeMethodDescriptionboolean
isPassed()
Determines whether this SetupException signals failure or not.static MultiTest.SetupException
notApplicable
(String msg) Creates SetupException object which indicates that this test is not applicable.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SetupException
Construct a new SetupException object that signals failure with a corresponding message.- Parameters:
s
- the string containing a comment
-
-
Method Details
-
notApplicable
Creates SetupException object which indicates that this test is not applicable. The cases when it is needed are rare, so please think twice whether you really need it.- Parameters:
msg
- the string containing a comment
-
isPassed
public boolean isPassed()Determines whether this SetupException signals failure or not.
-