Package net.sourceforge.plantuml.error
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
public class PSystemErrorPreprocessor extends PSystemError
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.error.PSystemError
singleError, trace
-
-
Constructor Summary
Constructors Constructor Description PSystemErrorPreprocessor(List<StringLocated> input, List<StringLocated> trace)
-
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
-
-
-
-
Constructor Detail
-
PSystemErrorPreprocessor
public PSystemErrorPreprocessor(List<StringLocated> input, List<StringLocated> trace)
-
-