net.sourceforge.plantuml
Class PSystemError

java.lang.Object
  extended by net.sourceforge.plantuml.AbstractPSystem
      extended by net.sourceforge.plantuml.PSystemError
All Implemented Interfaces:
PSystem

public class PSystemError
extends AbstractPSystem


Constructor Summary
PSystemError(UmlSource source, net.sourceforge.plantuml.ErrorUml singleError)
           
PSystemError(UmlSource source, List<net.sourceforge.plantuml.ErrorUml> all)
           
 
Method Summary
 void exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 String getDescription()
           
 Collection<net.sourceforge.plantuml.ErrorUml> getErrorsUml()
           
 int getHigherErrorPosition()
           
 GraphicStrings getPngError()
           
 List<String> getSuggest()
           
 String getWarningOrError()
           
 void print(PrintStream ps)
           
 
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
exportDiagrams, getMetadata, getNbImages, getSource, getTitle, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSystemError

public PSystemError(UmlSource source,
                    List<net.sourceforge.plantuml.ErrorUml> all)

PSystemError

public PSystemError(UmlSource source,
                    net.sourceforge.plantuml.ErrorUml singleError)
Method Detail

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.