org.openide.util
Class UserCancelException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--org.openide.util.UserCancelException
- All Implemented Interfaces:
- Serializable
- public class UserCancelException
- extends IOException
Exception that is thrown when user cancels interaction so the
requested result cannot be produced.
- See Also:
- Serialized Form
UserCancelException
public UserCancelException()
- Creates new exception UserCancelException
UserCancelException
public UserCancelException(String s)
- Creates new exception UserCancelException with text specified
string s.
- Parameters:
s
- the text describing the exception
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.