|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jet.JException
jet.JCException
jet.cs.CanceledException
jet.cs.ParamCanceledException
public class ParamCanceledException
Signals that the "Cancel" button should be pressed in a parameter dialog box.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class jet.JException |
---|
jet.JException.LogLevel |
Constructor Summary | |
---|---|
ParamCanceledException(java.lang.String message,
java.lang.Object paramsDlg)
Constructs a new ParamCanceledException with the message and the parameter dialog box that throws this exception. |
Method Summary |
---|
Methods inherited from class jet.cs.CanceledException |
---|
getSource |
Methods inherited from class jet.JCException |
---|
getErrorKey |
Methods inherited from class jet.JException |
---|
getMessages, getThrowables, logTrace |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParamCanceledException(java.lang.String message, java.lang.Object paramsDlg)
message
- The message.paramsDlg
- The parameter dialog box that throws this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |