public class OperatorException extends CascadingException
Modifier | Constructor and Description |
---|---|
|
OperatorException() |
|
OperatorException(Pipe pipe,
Fields incomingFields,
Fields declaredFields,
Fields outputSelector,
Throwable throwable)
Constructor OperatorException creates a new OperatorException instance.
|
|
OperatorException(Pipe pipe,
cascading.pipe.OperatorException.Kind kind,
Fields incomingFields,
Fields selectorFields,
Throwable throwable)
Constructor OperatorException creates a new OperatorException instance.
|
|
OperatorException(Pipe pipe,
String string)
Constructor OperatorException creates a new OperatorException instance.
|
|
OperatorException(Pipe pipe,
String string,
Throwable throwable)
Constructor OperatorException creates a new OperatorException instance.
|
protected |
OperatorException(String string) |
protected |
OperatorException(String string,
Throwable throwable) |
protected |
OperatorException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Fields |
getArgumentSelector()
Method getArgumentSelector returns the argumentSelector of this OperatorException object.
|
Fields |
getDeclaredFields()
Method getDeclaredFields returns the declaredFields of this OperatorException object.
|
Fields |
getGroupingSelector()
Method getGroupingSelector returns the groupingSelector of this OperatorException object.
|
Fields |
getIncomingFields()
Method getIncomingFields returns the incomingFields of this OperatorException object.
|
Fields |
getOutputSelector()
Method getOutputSelector returns the outputSelector of this OperatorException object.
|
Fields |
getSortingSelector()
Method getSortingSelector returns the sortingSelector of this OperatorException object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperatorException()
public OperatorException(Pipe pipe, String string)
pipe
- of type Pipestring
- of type Stringpublic OperatorException(Pipe pipe, String string, Throwable throwable)
pipe
- of type Pipestring
- of type Stringthrowable
- of type Throwableprotected OperatorException(String string)
protected OperatorException(String string, Throwable throwable)
protected OperatorException(Throwable throwable)
public OperatorException(Pipe pipe, Fields incomingFields, Fields declaredFields, Fields outputSelector, Throwable throwable)
pipe
- of type PipeincomingFields
- of type FieldsdeclaredFields
- of type FieldsoutputSelector
- of type Fieldsthrowable
- of type Throwablepublic OperatorException(Pipe pipe, cascading.pipe.OperatorException.Kind kind, Fields incomingFields, Fields selectorFields, Throwable throwable)
pipe
- of type Pipekind
- of type KindincomingFields
- of type FieldsselectorFields
- of type Fieldsthrowable
- of type Throwablepublic Fields getIncomingFields()
public Fields getArgumentSelector()
public Fields getGroupingSelector()
public Fields getSortingSelector()
public Fields getDeclaredFields()
public Fields getOutputSelector()
Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.