Package net.sourceforge.plantuml.error
Class PSystemErrorUtils
java.lang.Object
net.sourceforge.plantuml.error.PSystemErrorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PSystemError
static boolean
isDiagramError
(Class<? extends Diagram> type) static PSystemError
merge
(Collection<PSystemError> ps)
-
Constructor Details
-
PSystemErrorUtils
public PSystemErrorUtils()
-
-
Method Details
-
buildV2
public static PSystemError buildV2(UmlSource source, ErrorUml singleError, List<String> debugLines, List<StringLocated> list) -
merge
-
isDiagramError
-