Package net.sourceforge.plantuml.error
Class PSystemErrorV2
java.lang.Object
net.sourceforge.plantuml.core.AbstractDiagram
net.sourceforge.plantuml.UgDiagram
net.sourceforge.plantuml.error.PSystemError
net.sourceforge.plantuml.error.PSystemErrorV2
- All Implemented Interfaces:
Diagram,WarningHandler
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.error.PSystemError
singleError, trace -
Constructor Summary
ConstructorsConstructorDescriptionPSystemErrorV2(UmlSource source, List<StringLocated> trace, ErrorUml singleError, PreprocessingArtifact preprocessing) -
Method Summary
Methods inherited from class net.sourceforge.plantuml.error.PSystemError
disableTimeBasedErrorDecorations, getDescription, getErrorsUml, getFirstError, getLastLine, getLineLocation, getPureAsciiFormatted, getTextBlock12026, getTextFullBody, getWarningOrError, scoreMethods inherited from class net.sourceforge.plantuml.UgDiagram
addChrome, exportDiagram, getExporter, isHandwrittenMethods inherited from class net.sourceforge.plantuml.core.AbstractDiagram
addWarning, calculateBackColor, checkFinalError, executeCommand, exportGraphml, exportScxml, exportTxt, exportXmi, getDefaultMargins, getFlashData, getInstallationRequirement, getMetadata, getNbImages, getPathSystem, getPreprocessingArtifact, getRequiredPass, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarnings, hasUrl, isIncomplete, makeDiagramReady, muteColorMapper, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical, startingPass
-
Constructor Details
-
PSystemErrorV2
public PSystemErrorV2(UmlSource source, List<StringLocated> trace, ErrorUml singleError, PreprocessingArtifact preprocessing)
-
-
Method Details