public class ISE extends IllegalStateException implements SanitizableException
| Constructor and Description |
|---|
ISE(String formatText,
Object... arguments) |
ISE(Throwable cause,
String formatText,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
sanitize(Function<String,String> errorMessageTransformFunction)
Apply the function for transforming the error message then return new Exception with sanitized fields and transformed message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Exception sanitize(Function<String,String> errorMessageTransformFunction)
SanitizableExceptionsanitize in interface SanitizableExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.