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, create
code
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
public 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- The Apache Software Foundation