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() |
exportDiagramGraphiccheckFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVerticalprotected 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 PlainDiagramjava.io.IOExceptionprotected 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 DiagramgetWarningOrError in class AbstractPSystempublic 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 PlainDiagramjava.io.IOExceptionprotected UDrawable getRootDrawable(FileFormatOption fileFormatOption) throws java.io.IOException
getRootDrawable in class PlainDiagramjava.io.IOExceptionpublic final DiagramDescription getDescription()
public int score()