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 ImageData
exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed)
DiagramDescription
getDescription()
java.util.Collection<ErrorUml>
getErrorsUml()
LineLocation
getHigherErrorPosition2()
LineLocation
getLineLocation()
java.lang.String
getWarningOrError()
static PSystemError
merge(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:
exportDiagramNow
in 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:
getWarningOrError
in interfaceDiagram
- Overrides:
getWarningOrError
in classAbstractPSystem
-
merge
public static PSystemError merge(java.util.Collection<PSystemError> ps)
-
-