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