|
|||||||||
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.root.ERootException
com.neeve.aep.EAepException
com.neeve.aep.EAepExpectationNotMetException
public class EAepExpectationNotMetException
Thrown if a startup expectation was not met.
Constructor Summary | |
---|---|
EAepExpectationNotMetException(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 com.neeve.root.ERootException |
---|
getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 EAepExpectationNotMetException(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 |