站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

UserCancelException (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

org.openide.util
Class UserCancelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.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

Constructor Summary
UserCancelException()
          Creates new exception UserCancelException
UserCancelException(String s)
          Creates new exception UserCancelException with text specified string s.
 
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

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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.