Class ParserException

All Implemented Interfaces:
Serializable

public class ParserException
extends IOException
ParserException will be thrown whenever an error occurs while reading in a graph.
See Also:
java.io.IoException, Serialized Form
  • Constructor Details

    • ParserException

      public ParserException​(String message)
      Constructs a new ParserException.
      Parameters:
      message - the message for this exception.