Package net.sourceforge.plantuml.error
Class PSystemErrorUtils
java.lang.Object
net.sourceforge.plantuml.error.PSystemErrorUtils
public class PSystemErrorUtils
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PSystemError
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) static PSystemError
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
-
buildV2
public static PSystemError buildV2(UmlSource source, ErrorUml singleError, java.util.List<java.lang.String> debugLines, java.util.List<StringLocated> list) -
merge
-
isDiagramError
-