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

OperationException (Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.util 7.9.0 1

org.openide.util.io
Class OperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.openide.util.io.OperationException
All Implemented Interfaces:
Serializable

public class OperationException
extends IOException

Special IOException that is used to signal that the write operation failed but the underlaying stream is not corrupted and can be used for next operations.

See Also:
Serialized Form

Constructor Summary
OperationException(Exception ex)
          Default constructor.
 
Method Summary
 Throwable getCause()
           
 Exception getException()
           
 String getMessage()
          Description taken from previous message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

OperationException

public OperationException(Exception ex)
Default constructor.

Method Detail

getException

public Exception getException()
Returns:
the encapsulated exception.

getMessage

public String getMessage()
Description taken from previous message

Overrides:
getMessage in class Throwable

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

org.openide.util 7.9.0 1

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.