Class SarifLog.Exception
- java.lang.Object
-
- net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Exception
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSarifLog.Exception.ExceptionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SarifLog.Exception.ExceptionBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetMessage()A plain text message string or format string.inthashCode()SarifLog.ExceptionsetMessage(String message)A plain text message string or format string.SarifLog.Exception.ExceptionBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static SarifLog.Exception.ExceptionBuilder builder()
-
toBuilder
public SarifLog.Exception.ExceptionBuilder toBuilder()
-
getMessage
public String getMessage()
A plain text message string or format string.
-
setMessage
public SarifLog.Exception setMessage(String message)
A plain text message string or format string.- Returns:
this.
-
canEqual
protected boolean canEqual(Object other)
-
-