当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.0 
UserCancelException (NetBeans Utilities API) - NetBeans API Javadoc 5.5.0 
org.openide.util
Class UserCancelException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.io.IOException
java.io.IOException
               org.openide.util.UserCancelException
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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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