|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception edu.uci.ics.jung.io.GraphIOException
public class GraphIOException
Exception thrown when IO errors occur when reading/writing graphs.
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 |
---|
public GraphIOException()
public GraphIOException(String message, Throwable cause)
public GraphIOException(String message)
public GraphIOException(Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |