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
,WarningHandler
public class PSystemErrorV2 extends PSystemError
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.error.PSystemError
singleError, trace
-
-
Constructor Summary
Constructors Constructor Description PSystemErrorV2(UmlSource source, java.util.List<StringLocated> trace, ErrorUml singleError, PreprocessingArtifact preprocessing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
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.PlainDiagram
exportDiagramGraphic
-
Methods inherited from class net.sourceforge.plantuml.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 Detail
-
PSystemErrorV2
public PSystemErrorV2(UmlSource source, java.util.List<StringLocated> trace, ErrorUml singleError, PreprocessingArtifact preprocessing)
-
-