Class SarifLog.Exception.ExceptionBuilder
- java.lang.Object
-
- net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Exception.ExceptionBuilder
-
- Enclosing class:
- SarifLog.Exception
public static class SarifLog.Exception.ExceptionBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SarifLog.Exceptionbuild()SarifLog.Exception.ExceptionBuildermessage(String message)A plain text message string or format string.StringtoString()
-
-
-
Method Detail
-
message
public SarifLog.Exception.ExceptionBuilder message(String message)
A plain text message string or format string.- Returns:
this.
-
build
public SarifLog.Exception build()
-
-