Package net.sourceforge.plantuml.error
Class PSystemErrorV2
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.PlainDiagram
net.sourceforge.plantuml.error.PSystemError
net.sourceforge.plantuml.error.PSystemErrorV2
- All Implemented Interfaces:
Diagram
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.error.PSystemError
singleError, trace
-
Constructor Summary
ConstructorsConstructorDescriptionPSystemErrorV2
(UmlSource source, java.util.List<StringLocated> trace, ErrorUml singleError) -
Method Summary
Methods inherited from class net.sourceforge.plantuml.error.PSystemError
createImageBuilder, disableTimeBasedErrorDecorations, exportDiagramNow, getDescription, getErrorsUml, getFirstError, getLastLine, getLineLocation, getPureAsciiFormatted, getRootDrawable, getTextFullBody, getWarningOrError, score
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, hasUrl, isOk, makeDiagramReady, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PSystemErrorV2
-