uk.ac.essex.ia.exception
Class GraphFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.essex.ia.exception.GraphFileException
All Implemented Interfaces:
java.io.Serializable

public class GraphFileException
extends java.lang.Exception



You should have received a copy of GNU public license with this code. If not please visit this site

See Also:
Serialized Form

Constructor Summary
GraphFileException()
           
GraphFileException(java.lang.String message)
           
GraphFileException(java.lang.String message, java.lang.Throwable cause)
           
GraphFileException(java.lang.Throwable cause)
           
 
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

GraphFileException

public GraphFileException()

GraphFileException

public GraphFileException(java.lang.String message)

GraphFileException

public GraphFileException(java.lang.Throwable cause)

GraphFileException

public GraphFileException(java.lang.String message,
                          java.lang.Throwable cause)