当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
JavaSource.InsufficientMemoryException (Java Source) - NetBeans API Javadoc (Current Development Version)
org.netbeans.api.java.source
Class JavaSource.InsufficientMemoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.netbeans.api.java.source.JavaSource.InsufficientMemoryException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- JavaSource
public static final class JavaSource.InsufficientMemoryException
- extends IOException
This specialization of IOException
signals that a JavaSource.runUserActionTask(org.netbeans.api.java.source.CancellableTask, boolean)
or JavaSource.runModificationTask(org.netbeans.api.java.source.CancellableTask)
failed due to lack of memory. The getFile()
method returns a file which cannot be processed.
- See Also:
- Serialized Form
Method Summary |
FileObject |
getFile()
Returns file which cannot be processed due to lack of memory. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getFile
public FileObject getFile()
- Returns file which cannot be processed due to lack of memory.
- Returns:
FileObject