Class GraphMLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.graffiti.plugins.ios.importers.graphml.GraphMLException
All Implemented Interfaces:
Serializable

public class GraphMLException
extends IOException
This exception is thrown when errors occur during parsing.
Author:
ruediger
See Also:
Serialized Form
  • Constructor Details

    • GraphMLException

      public GraphMLException​(Throwable cause)
      Constructs a new GraphMLException from a given Throwable.
      Parameters:
      cause - the Throwable that caused the exception to be thrown.