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