Class PSystemErrorUtils

java.lang.Object
net.sourceforge.plantuml.error.PSystemErrorUtils

public class PSystemErrorUtils extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    buildV2(UmlSource source, ErrorUml singleError, java.util.List<java.lang.String> debugLines, java.util.List<StringLocated> list)
     
    static boolean
    isDiagramError(java.lang.Class<? extends Diagram> type)
     
    merge(java.util.Collection<PSystemError> ps)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PSystemErrorUtils

      public PSystemErrorUtils()
  • Method Details