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

OperationException (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

org.openide.util.io
Class OperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.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
 Exception getException()
           
 String getMessage()
          Description taken from previous message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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


 

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