|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
scg.ac.ni.pmf.newgraph.io.GraphRWException
public class GraphRWException
The exception thrown if an error occurs during read/write operations, if the data or the file structure is wrong, but if the file is acceptable for the reader. In the case of the exception, the error message is displayed in the alert box to the user.
Constructor Summary | |
---|---|
GraphRWException(java.lang.String message)
Creates a new graph RW exception. |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GraphRWException(java.lang.String message)
message
- The mesage displayed to the user in the alert box.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |