当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
DataObjectExistsException (NetBeans Loaders API) - NetBeans API Javadoc 5.0.0
org.openide.loaders
Class DataObjectExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.openide.loaders.DataObjectExistsException
- All Implemented Interfaces:
- Serializable
- public class DataObjectExistsException
- extends IOException
Exception signalling that the data object for this file cannot
be created because there already is an object for the primary file.
- See Also:
- Serialized Form
DataObjectExistsException
public DataObjectExistsException(DataObject obj)
- Create new exception.
- Parameters:
obj
- data object which already exists
getDataObject
public DataObject getDataObject()
- Get the object which already exists.
- Returns:
- the data object
fillInStackTrace
public Throwable fillInStackTrace()
- Performance trick