public class FormattedException extends Exception
| Constructor and Description |
|---|
FormattedException(String message,
Object... args)
Constructor.
|
FormattedException(Throwable causedBy)
Constructor.
|
FormattedException(Throwable causedBy,
String message,
Object... args)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormattedException(String message, Object... args)
message - The MessageFormat-style message.args - Optional MessageFormat-style arguments.public FormattedException(Throwable causedBy, String message, Object... args)
causedBy - The cause of this exception.message - The MessageFormat-style message.args - Optional MessageFormat-style arguments.public FormattedException(Throwable causedBy)
causedBy - The cause of this exception.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.