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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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