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

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

 

org.openide.src
Class SourceException.IO

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openide.src.SourceException
              extended byorg.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 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.


 

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