|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjack.plugin.RunnableWithError
This class manages errors that can occur during an action.
Constructor Summary | |
RunnableWithError()
|
Method Summary | |
java.lang.String |
getErrorDescription()
Return a description of the error in case where hasSucceeded return false. |
java.lang.String |
getErrorDetails()
Returns detail for the error, if available. |
boolean |
hasDetails()
Indicates if a detailed description of the error is available. |
boolean |
hasSucceeded()
Return true if the JPO generation succeeded, false otherwise. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RunnableWithError()
Method Detail |
public boolean hasSucceeded()
public boolean hasDetails()
public java.lang.String getErrorDescription()
public java.lang.String getErrorDetails()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |