public abstract class PSystemError extends PlainDiagram
Modifier and Type | Field and Description |
---|---|
protected ErrorUml |
singleError |
protected java.util.List<StringLocated> |
trace |
Constructor and Description |
---|
PSystemError(UmlSource source) |
Modifier and Type | Method and Description |
---|---|
ImageBuilder |
createImageBuilder(FileFormatOption fileFormatOption) |
static void |
disableTimeBasedErrorDecorations() |
protected ImageData |
exportDiagramNow(java.io.OutputStream os,
int num,
FileFormatOption fileFormat) |
DiagramDescription |
getDescription() |
java.util.Collection<ErrorUml> |
getErrorsUml() |
ErrorUml |
getFirstError() |
protected StringLocated |
getLastLine() |
LineLocation |
getLineLocation() |
java.util.List<java.lang.String> |
getPureAsciiFormatted() |
protected UDrawable |
getRootDrawable(FileFormatOption fileFormatOption) |
protected java.util.List<java.lang.String> |
getTextFullBody() |
java.lang.String |
getWarningOrError() |
int |
score() |
exportDiagramGraphic
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical
protected java.util.List<StringLocated> trace
protected ErrorUml singleError
public PSystemError(UmlSource source)
public static void disableTimeBasedErrorDecorations()
public ImageBuilder createImageBuilder(FileFormatOption fileFormatOption) throws java.io.IOException
createImageBuilder
in class PlainDiagram
java.io.IOException
protected final StringLocated getLastLine()
public final LineLocation getLineLocation()
public final java.util.Collection<ErrorUml> getErrorsUml()
public final ErrorUml getFirstError()
public final java.lang.String getWarningOrError()
getWarningOrError
in interface Diagram
getWarningOrError
in class AbstractPSystem
public java.util.List<java.lang.String> getPureAsciiFormatted()
protected java.util.List<java.lang.String> getTextFullBody()
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat) throws java.io.IOException
exportDiagramNow
in class PlainDiagram
java.io.IOException
protected UDrawable getRootDrawable(FileFormatOption fileFormatOption) throws java.io.IOException
getRootDrawable
in class PlainDiagram
java.io.IOException
public final DiagramDescription getDescription()
public int score()