|
||||||||||
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.errors.ScenarioFailedError
com.ibm.team.fvt.tests.scenario.errors.ServerMessageError
public abstract class ServerMessageError
Error to report Server error message.
Constructor Summary | |
---|---|
ServerMessageError(java.lang.String message)
|
Method Summary | |
---|---|
abstract java.lang.String |
getDetails()
Returns the error message details if any. |
abstract java.lang.String |
getSummary()
Returns the error message summary. |
abstract boolean |
showDetails()
Show the details of the Server error message. |
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 ServerMessageError(java.lang.String message)
Method Detail |
---|
public abstract java.lang.String getDetails()
String
or
null
if there's no details to showpublic abstract java.lang.String getSummary()
String
.public abstract boolean showDetails()
true
if the details message has been shown,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |