|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--audiojury.domain.ResultOperationException
Thrown if an requested operation on a ProjectResults
fails for some reason.
Constructor Summary | |
ResultOperationException()
Creates a new instance of ResultOperationException without a detailed error message. |
|
ResultOperationException(java.lang.String msg)
Creates a new instance of ResultOperationException with the specified detailed error message. |
Method Summary | |
java.lang.String |
getMessage()
Retrives the message from the exception, if any. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ResultOperationException()
ResultOperationException
without a detailed error message.
public ResultOperationException(java.lang.String msg)
ResultOperationException
with the specified detailed error message.
msg
- String
with the detailed error message.Method Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |