当前页面:
在线文档首页 >
NetBeans API Javadoc 5.5.0
SourceException.IO (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0
org.openide.src
Class SourceException.IO
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openide.src.SourceException
org.openide.src.SourceException.IO
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SourceException
public static class SourceException.IO
- extends SourceException
- See Also:
- Serialized Form
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 |
SourceException.IO
public SourceException.IO(IOException cause)
SourceException.IO
public SourceException.IO(String msg)
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.