edu.uci.ics.jung.io
Class GraphIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.uci.ics.jung.io.GraphIOException
All Implemented Interfaces:
Serializable

public class GraphIOException
extends Exception

Exception thrown when IO errors occur when reading/writing graphs.

Author:
Nathan Mittler - nathan.mittler@gmail.com
See Also:
Serialized Form

Constructor Summary
GraphIOException()
          Creates a new instance with no specified message or cause.
GraphIOException(String message)
          Creates a new instance with the specified message and no specified cause.
GraphIOException(String message, Throwable cause)
          Creates a new instance with the specified message and cause.
GraphIOException(Throwable cause)
          Creats a new instance with the specified cause and no specified message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphIOException

public GraphIOException()
Creates a new instance with no specified message or cause.


GraphIOException

public GraphIOException(String message,
                        Throwable cause)
Creates a new instance with the specified message and cause.


GraphIOException

public GraphIOException(String message)
Creates a new instance with the specified message and no specified cause.


GraphIOException

public GraphIOException(Throwable cause)
Creats a new instance with the specified cause and no specified message.



Copyright © 2009. All Rights Reserved.