|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
kaapo.projectmanager.command.EditFailedException
public class EditFailedException
Exception for situations where something inside an Edit has failed to execute and the Edit cannot be completed.
| Constructor Summary | |
|---|---|
EditFailedException()
Constructs a new exception with null as its detailed message. |
|
EditFailedException(String s)
Constructs a new exception with the specified detail message. |
|
EditFailedException(String s,
Throwable cause)
Constructs a new exception with a specified detail message and a Throwable cause that can be retrieved with getCause(). |
|
EditFailedException(Throwable cause)
Constructs a new exception with a null detailed message with a cause. |
|
| Method Summary |
|---|
| 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 EditFailedException()
public EditFailedException(String s)
s - the detail message
public EditFailedException(String s,
Throwable cause)
s - the detail messagecause - the cause of this exceptionpublic EditFailedException(Throwable cause)
cause -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||