org.graphstream.stream
Class GraphParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.graphstream.stream.GraphParseException
All Implemented Interfaces:
Serializable

public class GraphParseException
extends Exception

Raised when a parse error occurred while reading a graph file.

Since:
19 Sept. 2004
See Also:
Serialized Form

Constructor Summary
GraphParseException()
           
GraphParseException(String 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphParseException

public GraphParseException()

GraphParseException

public GraphParseException(String message)


Copyright © 2012. All Rights Reserved.