cascading.pipe
Class OperatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cascading.CascadingException
                  extended by 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

Constructor Summary
  OperatorException()
           
  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)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Pipe
string - of type String

OperatorException

public OperatorException(Pipe pipe,
                         String string,
                         Throwable throwable)
Constructor OperatorException creates a new OperatorException instance.

Parameters:
pipe - of type Pipe
string - of type String
throwable - 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.