|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
sem.exception.GraphFormatException
public class GraphFormatException
Exception for unexpected errors when reading in the graph.
Constructor Summary | |
---|---|
GraphFormatException(java.lang.String message)
|
|
GraphFormatException(java.lang.String message,
java.lang.String line)
|
Method Summary | |
---|---|
java.lang.String |
getLine()
|
void |
printLine()
|
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 GraphFormatException(java.lang.String message)
public GraphFormatException(java.lang.String message, java.lang.String line)
Method Detail |
---|
public java.lang.String getLine()
public void printLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |