|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.rice.cs.drjava.model.AlreadyOpenException
public class AlreadyOpenException
Indicates that the file attempting to be opened is already open.
| Field Summary | |
|---|---|
private OpenDefinitionsDocument[] |
_openDocs
|
| Constructor Summary | |
|---|---|
AlreadyOpenException(OpenDefinitionsDocument doc)
Exception indicating that the requested file is already open. |
|
AlreadyOpenException(OpenDefinitionsDocument[] docs)
|
|
| Method Summary | |
|---|---|
OpenDefinitionsDocument |
getOpenDocument()
|
OpenDefinitionsDocument[] |
getOpenDocuments()
|
| 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 |
| Field Detail |
|---|
private OpenDefinitionsDocument[] _openDocs
| Constructor Detail |
|---|
public AlreadyOpenException(OpenDefinitionsDocument[] docs)
public AlreadyOpenException(OpenDefinitionsDocument doc)
doc - the currently open document| Method Detail |
|---|
public OpenDefinitionsDocument getOpenDocument()
public OpenDefinitionsDocument[] getOpenDocuments()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||