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

JavaSource.InsufficientMemoryException (Java Source) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.java.source 0.13.0 1

org.netbeans.api.java.source
Class JavaSource.InsufficientMemoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFile

public FileObject getFile()
Returns file which cannot be processed due to lack of memory.

Returns:
FileObject

org.netbeans.modules.java.source 0.13.0 1

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