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

SourceException.IO (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0

org.openide.src 1.8.22

org.openide.src
Class SourceException.IO

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openide.src.SourceException
              extended by org.openide.src.SourceException.IO
All Implemented Interfaces:
Serializable
Enclosing class:
SourceException

public static class SourceException.IO
extends SourceException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.openide.src.SourceException
SourceException.IO, SourceException.Protection, SourceException.Veto
 
Constructor Summary
SourceException.IO(IOException cause)
           
SourceException.IO(String msg)
           
 
Method Summary
 IOException getReason()
          Returns the original I/O exception that caused the operation to fail.
 
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

SourceException.IO

public SourceException.IO(IOException cause)

SourceException.IO

public SourceException.IO(String msg)
Method Detail

getReason

public IOException getReason()
Returns the original I/O exception that caused the operation to fail. The function may return null in a generic case.


org.openide.src 1.8.22

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