Class UserCancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.openide.util.UserCancelException
- All Implemented Interfaces:
Serializable
Exception that is thrown when user cancels interaction so the
requested result cannot be produced.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates new exception UserCancelExceptionCreates new exception UserCancelException with text specified string s. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserCancelException
public UserCancelException()Creates new exception UserCancelException -
UserCancelException
Creates new exception UserCancelException with text specified string s.- Parameters:
s- the text describing the exception
-