Package net.sourceforge.plantuml
Class PSystemError
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PSystemError
-
- All Implemented Interfaces:
Diagram
public class PSystemError extends AbstractPSystem
-
-
Constructor Summary
Constructors Constructor Description PSystemError(UmlSource source, ErrorUml singleError, java.util.List<java.lang.String> debugLines)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ImageDataexportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed)DiagramDescriptiongetDescription()java.util.Collection<ErrorUml>getErrorsUml()LineLocationgetHigherErrorPosition2()LineLocationgetLineLocation()java.lang.StringgetWarningOrError()static PSystemErrormerge(java.util.Collection<PSystemError> ps)-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getTitle, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
-
-
-
-
Method Detail
-
exportDiagramNow
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed) throws java.io.IOException
- Specified by:
exportDiagramNowin classAbstractPSystem- Throws:
java.io.IOException
-
getLineLocation
public LineLocation getLineLocation()
-
getDescription
public DiagramDescription getDescription()
-
getHigherErrorPosition2
public final LineLocation getHigherErrorPosition2()
-
getErrorsUml
public final java.util.Collection<ErrorUml> getErrorsUml()
-
getWarningOrError
public java.lang.String getWarningOrError()
- Specified by:
getWarningOrErrorin interfaceDiagram- Overrides:
getWarningOrErrorin classAbstractPSystem
-
merge
public static PSystemError merge(java.util.Collection<PSystemError> ps)
-
-