|
||||||||||
| 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.ProjectEmptyException
Thrown if the Project was unexpectedly empty. That is it was empty when it mustn't be for the requested operation to finish.
| Constructor Summary | |
ProjectEmptyException()
Creates a new instance of ProjectEmptyException without a detailed error message. |
|
ProjectEmptyException(java.lang.String msg)
Creates a new instance of ProjectEmptyException with the specified detailed 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ProjectEmptyException()
ProjectEmptyException without a detailed error message.
public ProjectEmptyException(java.lang.String msg)
ProjectEmptyException with the specified detailed error message.
msg - String with the detailed error message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||