|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sdm.quasar.client.core.dialog.DialogException
Will be thrown when an exception occurs within a dialog while handling that dialog in the dialog frame.
| Constructor Summary | |
DialogException(DialogInstanceId diid)
Creates a new DialogException. |
|
DialogException(DialogInstanceId diid,
java.lang.String message)
Creates a new DialogException. |
|
DialogException(DialogInstanceId diid,
java.lang.String message,
java.lang.Throwable cause)
Creates a new DialogException. |
|
DialogException(DialogInstanceId diid,
java.lang.Throwable cause)
Creates a new DialogException. |
|
| Method Summary | |
DialogInstanceId |
getDialogInstanceId()
Returns the instance id of the dialog concerned. |
| 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 DialogException(DialogInstanceId diid)
DialogException.
diid - the DialogInstanceId of the dialog
public DialogException(DialogInstanceId diid,
java.lang.String message,
java.lang.Throwable cause)
DialogException.
diid - the DialogInstanceId of the dialogmessage - a error messagecause - an exception that cause this DialogException
public DialogException(DialogInstanceId diid,
java.lang.String message)
DialogException.
diid - the DialogInstanceId of the dialogmessage - a error message
public DialogException(DialogInstanceId diid,
java.lang.Throwable cause)
DialogException.
diid - the DialogInstanceId of the dialogcause - an exception that cause this DialogException| Method Detail |
public DialogInstanceId getDialogInstanceId()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||