public final class ExpressionFunctionExecutionException extends CSBaseException
| Constructor and Description |
|---|
ExpressionFunctionExecutionException(String message)
Construtor
|
ExpressionFunctionExecutionException(String pattern,
Object... arguments)
Construtor
|
ExpressionFunctionExecutionException(String pattern,
Object[] arguments,
Throwable exception)
Construtor
|
ExpressionFunctionExecutionException(String message,
Throwable exception)
Construtor
|
ExpressionFunctionExecutionException(Throwable exception)
Construtor
|
ExpressionFunctionExecutionException(Throwable exception,
String pattern,
Object... arguments)
Construtor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpressionFunctionExecutionException(Throwable exception)
exception - exceçãopublic ExpressionFunctionExecutionException(String pattern, Object... arguments)
pattern - padrãoarguments - argumentos.public ExpressionFunctionExecutionException(String pattern, Object[] arguments, Throwable exception)
pattern - padrãoarguments - argumentos.exception - exceção.public ExpressionFunctionExecutionException(String message, Throwable exception)
message - mensagem.exception - exceção.public ExpressionFunctionExecutionException(String message)
message - mensagem.Copyright © 2019. All rights reserved.