Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Exception
-
Packages that use SarifLog.Exception Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.Exception in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.Exception Modifier and Type Method Description SarifLog.ExceptionSarifLog.Exception.ExceptionBuilder. build()SarifLog.ExceptionSarifLog.ToolExecutionNotification. getException()A exception component to detail the tool exceptionSarifLog.ExceptionSarifLog.Exception. setMessage(String message)A plain text message string or format string.Methods in net.sourceforge.pmd.renderers.internal.sarif with parameters of type SarifLog.Exception Modifier and Type Method Description SarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilderSarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilder. exception(SarifLog.Exception exception)A exception component to detail the tool exceptionSarifLog.ToolExecutionNotificationSarifLog.ToolExecutionNotification. setException(SarifLog.Exception exception)A exception component to detail the tool exception
-