Package net.sourceforge.plantuml.error
Class PSystemErrorPreprocessor
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- 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(java.util.List<StringLocated> input, java.util.List<StringLocated> trace)
-
Method Summary
-
Methods inherited from class net.sourceforge.plantuml.error.PSystemError
exportDiagramNow, getDescription, getErrorsUml, getLastLine, getLineLocation, getTextFullBody, getWarningOrError, size
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getTitle, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
-
-
-
-
Constructor Detail
-
PSystemErrorPreprocessor
public PSystemErrorPreprocessor(java.util.List<StringLocated> input, java.util.List<StringLocated> trace)
-
-