Class UnparsableGraphvizException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.plantuml.cucadiagram.UnparsableGraphvizException
- All Implemented Interfaces:
java.io.Serializable
public class UnparsableGraphvizException
extends java.lang.RuntimeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnparsableGraphvizException
(java.lang.Exception cause, java.lang.String graphvizVersion, java.lang.String svg, java.lang.String diagramSource) -
Method Summary
Modifier and TypeMethodDescriptionfinal java.lang.String
java.lang.String
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 Details
-
UnparsableGraphvizException
public UnparsableGraphvizException(java.lang.Exception cause, java.lang.String graphvizVersion, java.lang.String svg, java.lang.String diagramSource)
-
-
Method Details
-
getGraphvizVersion
public java.lang.String getGraphvizVersion() -
getDebugData
public final java.lang.String getDebugData()
-