scg.ac.ni.pmf.newgraph.io
Class GraphRWException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by scg.ac.ni.pmf.newgraph.io.GraphRWException
All Implemented Interfaces:
java.io.Serializable

public class GraphRWException
extends java.lang.Exception

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.

Author:
Vladimir Brankov
See Also:
Serialized Form

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

GraphRWException

public GraphRWException(java.lang.String message)
Creates a new graph RW exception.

Parameters:
message - The mesage displayed to the user in the alert box.


Copyright © 2004 Dragan Stevanovic, Vladimir Brankov.