public final class OperationExecutionException extends FunctionExecutionException
argTypes, detail, functionName| Constructor and Description |
|---|
OperationExecutionException(char operator,
java.util.List<java.lang.String> argTypes,
java.lang.String msg)
Creates an
OperationExecutionException with the specified message. |
| Modifier and Type | Method and Description |
|---|---|
static OperationExecutionException |
create(char operator,
java.util.List<AbstractType<?>> argTypes,
java.lang.Exception e)
Creates a new
OperationExecutionException for the specified operation. |
create, createcodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessagepublic OperationExecutionException(char operator,
java.util.List<java.lang.String> argTypes,
java.lang.String msg)
OperationExecutionException with the specified message.operator - the operatorargTypes - the argument typesmsg - the error messagepublic static OperationExecutionException create(char operator, java.util.List<AbstractType<?>> argTypes, java.lang.Exception e)
OperationExecutionException for the specified operation.operator - the operatorargTypes - the argument typese - the original ExceptionOperationExecutionException for the specified operationCopyright © 2009-2022 The Apache Software Foundation