|
|||||||||
| 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.adobe.idp.taskmanager.dsc.client.task.TaskManagerException
com.adobe.idp.taskmanager.dsc.client.task.FormNotSavedException
public class FormNotSavedException
An exception that is thrown when a form cannot be saved.
| Constructor Summary | |
|---|---|
FormNotSavedException(long aTaskID,
long aFormInstanceId)
Constructs a new exception using the form's task identifier and form instance identifier. |
|
| Method Summary | |
|---|---|
long |
getFormInstanceId()
Retrieves the form instance identifier for this exception. |
java.lang.String |
getMessage()
Retrieves the message for this exception. |
long |
getTaskId()
Retrieves the task identifier for this exception. |
| Methods inherited from class com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException |
|---|
getLocalizedMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormNotSavedException(long aTaskID,
long aFormInstanceId)
aTaskID - The form's task identifier.aFormInstanceId - The form's form instance identifier.| Method Detail |
|---|
public long getTaskId()
getTaskId in class TaskManagerExceptionpublic long getFormInstanceId()
public java.lang.String getMessage()
getMessage in class TaskManagerException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||