org.objectweb.jac.aspects.gui
Class InputCanceledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.objectweb.jac.aspects.gui.InputCanceledException
All Implemented Interfaces:
Serializable

public class InputCanceledException
extends RuntimeException

This exception is thrown by the input wrapper when an input process is canceled by the user.

See Also:
InputWrapper, Serialized Form

Constructor Summary
InputCanceledException(AbstractMethodItem method)
          The constructor for this exception.
 
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

InputCanceledException

public InputCanceledException(AbstractMethodItem method)
The constructor for this exception.

Parameters:
method - the method that was invoked and that was canceled by the user during its parameter values input process