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