net.sourceforge.plantuml
Class PSystemError
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.PSystemError
- All Implemented Interfaces:
- PSystem
public class PSystemError
- extends AbstractPSystem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PSystemError
public PSystemError(UmlSource source,
List<net.sourceforge.plantuml.ErrorUml> all)
PSystemError
public PSystemError(UmlSource source,
net.sourceforge.plantuml.ErrorUml singleError)
exportDiagram
public void exportDiagram(OutputStream os,
StringBuilder cmap,
int index,
FileFormatOption fileFormat)
throws IOException
- Throws:
IOException
getPngError
public GraphicStrings getPngError()
throws IOException
- Throws:
IOException
getSuggest
public List<String> getSuggest()
getDescription
public String getDescription()
print
public void print(PrintStream ps)
getHigherErrorPosition
public final int getHigherErrorPosition()
getErrorsUml
public final Collection<net.sourceforge.plantuml.ErrorUml> getErrorsUml()
getWarningOrError
public String getWarningOrError()
- Specified by:
getWarningOrError
in interface PSystem
- Overrides:
getWarningOrError
in class AbstractPSystem
Copyright © 2012. All Rights Reserved.