|
|||||||||
| 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.xinapse.util.CancelledException
public class CancelledException
Thrown when an action is cancelled by the user.
| Constructor Summary | |
|---|---|
CancelledException()
Constructs a CancelledException with "cancelled" as its error detail message. |
|
CancelledException(java.lang.String s)
Constructs a CancelledException with the specified detail message. |
|
CancelledException(java.lang.String s,
java.util.List<ROI> userObject)
Constructs a CancelledException with the specified detail message, and an associated User Object. |
|
| Method Summary | |
|---|---|
java.util.List<ROI> |
getUserObject()
Retrieves the User Object associated with this CancelledException. |
| 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 CancelledException()
public CancelledException(java.lang.String s)
s - the detail message.
public CancelledException(java.lang.String s,
java.util.List<ROI> userObject)
s - the detail message.userObject - the User Object to associate with this CancelledException.| Method Detail |
|---|
public java.util.List<ROI> getUserObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||