jet.cs
Class ParamCanceledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jet.JException
              extended by jet.JCException
                  extended by jet.cs.CanceledException
                      extended by jet.cs.ParamCanceledException
All Implemented Interfaces:
java.io.Serializable

public class ParamCanceledException
extends CanceledException

Signals that the "Cancel" button should be pressed in a parameter dialog box.

See Also:
Serialized Form

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

ParamCanceledException

public 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.

Parameters:
message - The message.
paramsDlg - The parameter dialog box that throws this exception.