Package net.sourceforge.plantuml.error
Class PSystemError
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.error.PSystemError
-
- All Implemented Interfaces:
Diagram
- Direct Known Subclasses:
PSystemErrorEmpty
,PSystemErrorPreprocessor
,PSystemErrorV2
public abstract class PSystemError extends AbstractPSystem
-
-
Field Summary
Fields Modifier and Type Field Description protected ErrorUml
singleError
protected java.util.List<StringLocated>
trace
-
Constructor Summary
Constructors Constructor Description PSystemError()
-
Method Summary
All 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()
protected StringLocated
getLastLine()
LineLocation
getLineLocation()
protected java.util.List<java.lang.String>
getTextFullBody()
java.lang.String
getWarningOrError()
int
size()
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getTitle, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
-
-
-
-
Field Detail
-
trace
protected java.util.List<StringLocated> trace
-
singleError
protected ErrorUml singleError
-
-
Method Detail
-
getLastLine
protected final StringLocated getLastLine()
-
getLineLocation
public final LineLocation getLineLocation()
-
getErrorsUml
public final java.util.Collection<ErrorUml> getErrorsUml()
-
getWarningOrError
public final java.lang.String getWarningOrError()
- Specified by:
getWarningOrError
in interfaceDiagram
- Overrides:
getWarningOrError
in classAbstractPSystem
-
getTextFullBody
protected java.util.List<java.lang.String> getTextFullBody()
-
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
-
getDescription
public final DiagramDescription getDescription()
-
size
public int size()
-
-