Package net.sourceforge.plantuml.error
Class PSystemErrorEmpty
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.error.PSystemError
-
- net.sourceforge.plantuml.error.PSystemErrorEmpty
-
- All Implemented Interfaces:
Diagram
public class PSystemErrorEmpty extends PSystemError
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.error.PSystemError
singleError, trace
-
-
Constructor Summary
Constructors Constructor Description PSystemErrorEmpty(UmlSource source, List<StringLocated> trace, ErrorUml singleError)
-
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, muteColorMapper, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
-
-
-
Constructor Detail
-
PSystemErrorEmpty
public PSystemErrorEmpty(UmlSource source, List<StringLocated> trace, ErrorUml singleError)
-
-