Package net.sourceforge.plantuml.error
Class PSystemError
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.PlainDiagram
net.sourceforge.plantuml.error.PSystemError
- All Implemented Interfaces:
Diagram
- Direct Known Subclasses:
PSystemErrorEmpty
,PSystemErrorPreprocessor
,PSystemErrorV2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateImageBuilder
(FileFormatOption fileFormatOption) static void
protected final ImageData
exportDiagramNow
(java.io.OutputStream os, int num, FileFormatOption fileFormat) final DiagramDescription
final java.util.Collection<ErrorUml>
final ErrorUml
protected final StringLocated
final LineLocation
java.util.List<java.lang.String>
protected UDrawable
getRootDrawable
(FileFormatOption fileFormatOption) protected java.util.List<java.lang.String>
final java.lang.String
int
score()
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, hasUrl, isOk, makeDiagramReady, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
trace
-
singleError
-
-
Constructor Details
-
PSystemError
-
-
Method Details
-
disableTimeBasedErrorDecorations
public static void disableTimeBasedErrorDecorations() -
createImageBuilder
public ImageBuilder createImageBuilder(FileFormatOption fileFormatOption) throws java.io.IOException - Overrides:
createImageBuilder
in classPlainDiagram
- Throws:
java.io.IOException
-
getLastLine
-
getLineLocation
-
getErrorsUml
-
getFirstError
-
getWarningOrError
public final java.lang.String getWarningOrError()- Specified by:
getWarningOrError
in interfaceDiagram
- Overrides:
getWarningOrError
in classAbstractPSystem
-
getPureAsciiFormatted
public java.util.List<java.lang.String> getPureAsciiFormatted() -
getTextFullBody
protected java.util.List<java.lang.String> getTextFullBody() -
exportDiagramNow
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat) throws java.io.IOException - Overrides:
exportDiagramNow
in classPlainDiagram
- Throws:
java.io.IOException
-
getRootDrawable
- Specified by:
getRootDrawable
in classPlainDiagram
- Throws:
java.io.IOException
-
getDescription
-
score
public int score()
-