sem.exception
Class GraphFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sem.exception.GraphFormatException
All Implemented Interfaces:
java.io.Serializable

public class GraphFormatException
extends java.lang.Exception

Exception for unexpected errors when reading in the graph.

See Also:
Serialized Form

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

GraphFormatException

public GraphFormatException(java.lang.String message)

GraphFormatException

public GraphFormatException(java.lang.String message,
                            java.lang.String line)
Method Detail

getLine

public java.lang.String getLine()

printLine

public void printLine()