Package net.sourceforge.plantuml.error
Class PSystemErrorEmpty
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- 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, java.util.List<StringLocated> trace, ErrorUml singleError)
-
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
-
PSystemErrorEmpty
public PSystemErrorEmpty(UmlSource source, java.util.List<StringLocated> trace, ErrorUml singleError)
-
-