cascading.pipe
Class OperatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cascading.CascadingException
cascading.pipe.OperatorException
- All Implemented Interfaces:
- Serializable
public class OperatorException
- extends CascadingException
Class OperatorException is thrown during field name resolution during planning
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperatorException
public OperatorException()
- See Also:
CascadingException.CascadingException()
OperatorException
public OperatorException(Pipe pipe,
String string)
- Constructor OperatorException creates a new OperatorException instance.
- Parameters:
pipe - of type Pipestring - of type String
OperatorException
public OperatorException(Pipe pipe,
String string,
Throwable throwable)
- Constructor OperatorException creates a new OperatorException instance.
- Parameters:
pipe - of type Pipestring - of type Stringthrowable - of type Throwable
OperatorException
protected OperatorException(String string)
- See Also:
CascadingException.CascadingException(String)
OperatorException
protected OperatorException(String string,
Throwable throwable)
- See Also:
CascadingException.CascadingException(String, Throwable)
OperatorException
protected OperatorException(Throwable throwable)
- See Also:
CascadingException.CascadingException(Throwable)
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.