Class PSystemErrorPreprocessor
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.PlainDiagram
net.sourceforge.plantuml.error.PSystemError
net.sourceforge.plantuml.error.PSystemErrorPreprocessor
- All Implemented Interfaces:
Diagram, WarningHandler
-
Field Summary
Fields inherited from class PSystemError
singleError, trace -
Constructor Summary
ConstructorsConstructorDescriptionPSystemErrorPreprocessor(List<StringLocated> input, List<StringLocated> trace, PreprocessingArtifact preprocessing) -
Method Summary
Methods inherited from class PSystemError
createImageBuilder, disableTimeBasedErrorDecorations, exportDiagramNow, getDescription, getErrorsUml, getFirstError, getLastLine, getLineLocation, getPureAsciiFormatted, getRootDrawable, getTextFullBody, getWarningOrError, scoreMethods inherited from class PlainDiagram
exportDiagramGraphicMethods inherited from class AbstractPSystem
addWarning, checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getPreprocessingArtifact, getRequiredPass, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarnings, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical, startingPass
-
Constructor Details
-
PSystemErrorPreprocessor
public PSystemErrorPreprocessor(List<StringLocated> input, List<StringLocated> trace, PreprocessingArtifact preprocessing)
-