|
|||||||||
| 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.neeve.ods.OdsException
com.neeve.ods.OdsExpectationNotMetException
public class OdsExpectationNotMetException
Thrown if a startup expectation was not met.
| Constructor Summary | |
|---|---|
OdsExpectationNotMetException(Enum<?> expectationType,
Enum<?> expectationValue,
Object expectationData,
String str)
Construct using the expectation that was not met and a descriptive string. |
|
| Method Summary | |
|---|---|
Object |
getUnmetExpectationData()
Get additional expectation specific data |
Enum<?> |
getUnmetExpectationType()
Get the type of the expectation that was not met |
Enum<?> |
getUnmetExpectationValue()
Get the value of the expectation that was not met |
| 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 OdsExpectationNotMetException(Enum<?> expectationType,
Enum<?> expectationValue,
Object expectationData,
String str)
expectationType - The type of expectation not met.expectationValue - The value of expectation not met.str - A string describing the exception (returned by getMessage()).| Method Detail |
|---|
public final Enum<?> getUnmetExpectationType()
public final Enum<?> getUnmetExpectationValue()
public final Object getUnmetExpectationData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||