|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.lang.AssertionError
junit.framework.AssertionFailedError
com.ibm.team.fvt.tests.scenario.ScenarioFailedError
public class ScenarioFailedError
Manage scenario failure.
Nothing special is done, this class has just been created to let users identify this framework specific error and catch it if necessary.
Design: To be finalized
Constructor Summary | |
---|---|
ScenarioFailedError()
|
|
ScenarioFailedError(java.lang.String message)
|
|
ScenarioFailedError(java.lang.Throwable ex)
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScenarioFailedError()
public ScenarioFailedError(java.lang.String message)
public ScenarioFailedError(java.lang.Throwable ex)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |