|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.graphdrawing.graphml.writer.GraphMLWriteException
This exception is thrown when the writer encounters an error.
| Constructor Summary | |
GraphMLWriteException()
Creates new exception. |
|
GraphMLWriteException(String s)
Creates new exception. |
|
GraphMLWriteException(String source,
Exception innerException)
Create a new exception that encapsulates the given exception |
|
| Method Summary | |
Exception |
getInnerException()
Return a reference to an encapsulated exception |
String |
getSource()
Return an identifier for the source where this exception originates |
| 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 GraphMLWriteException()
public GraphMLWriteException(String s)
s - message.
public GraphMLWriteException(String source,
Exception innerException)
source - identifier for the source where this exception originatesinnerException - an inner exception that is encapsulated by this instance| Method Detail |
public Exception getInnerException()
null if the current instance does
not encapsulate onepublic String getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||