@NoExtend public class ToolingException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
ToolingException.Builder |
| Modifier | Constructor and Description |
|---|---|
|
ToolingException(String message) |
protected |
ToolingException(String message,
String rootCauseMessage,
String rootCauseType,
String[] rootCauseStackTrace) |
|
ToolingException(String message,
Throwable cause) |
|
ToolingException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static ToolingException.Builder |
builder() |
protected static String |
buildMessage(Optional<String> message,
String cause) |
String |
getRootCauseMessage() |
String[] |
getRootCauseStackTrace() |
String |
getRootCauseType() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ToolingException(String message)
public ToolingException(Throwable cause)
public String getRootCauseMessage()
public String getRootCauseType()
public String[] getRootCauseStackTrace()
public static ToolingException.Builder builder()
Copyright © 2023 MuleSoft, Inc.. All rights reserved.