Class GraphException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AsymmetricException, CycleException

public class GraphException extends RuntimeException
Exceptions indicating problems have been detected in graph state.
Author:
AO Industries, Inc.
See Also:
  • Constructor Details

    • GraphException

      public GraphException()
    • GraphException

      public GraphException(String message)
    • GraphException

      public GraphException(Throwable cause)
    • GraphException

      public GraphException(String message, Throwable cause)