Class StructuralException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mxgraph.analysis.StructuralException
All Implemented Interfaces:
Serializable

public class StructuralException extends Exception
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      A custom exception for irregular graph structure for certain algorithms
      See Also:
  • Constructor Details

    • StructuralException

      public StructuralException(String message)