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 ErrorUmlsingleErrorprotected 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 ImageDataexportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed)DiagramDescriptiongetDescription()java.util.Collection<ErrorUml>getErrorsUml()protected StringLocatedgetLastLine()LineLocationgetLineLocation()protected java.util.List<java.lang.String>getTextFullBody()java.lang.StringgetWarningOrError()intsize()-
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:
getWarningOrErrorin interfaceDiagram- Overrides:
getWarningOrErrorin 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:
exportDiagramNowin classAbstractPSystem- Throws:
java.io.IOException
-
getDescription
public final DiagramDescription getDescription()
-
size
public int size()
-
-