Class UnparsableGraphvizException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnparsableGraphvizException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnparsableGraphvizException​(java.lang.Exception cause, java.lang.String graphvizVersion, java.lang.String svg, java.lang.String diagramSource)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDebugData()  
      java.lang.String getGraphvizVersion()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnparsableGraphvizException

        public UnparsableGraphvizException​(java.lang.Exception cause,
                                           java.lang.String graphvizVersion,
                                           java.lang.String svg,
                                           java.lang.String diagramSource)
    • Method Detail

      • getGraphvizVersion

        public java.lang.String getGraphvizVersion()
      • getDebugData

        public final java.lang.String getDebugData()