cascading.tap
Class TapException

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.tap.TapException
All Implemented Interfaces:
Serializable

public class TapException
extends CascadingException

Class TapException is thrown from Tap subclasses.

See Also:
Serialized Form

Constructor Summary
TapException()
          Constructor TapException creates a new TapException instance.
TapException(String string)
          Constructor TapException creates a new TapException instance.
TapException(String string, Throwable throwable)
          Constructor TapException creates a new TapException instance.
TapException(Tap tap, Fields incomingFields, Fields selectorFields, Throwable throwable)
          Constructor TapException creates a new TapException instance.
TapException(Throwable throwable)
          Constructor TapException creates a new TapException instance.
 
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

TapException

public TapException()
Constructor TapException creates a new TapException instance.


TapException

public TapException(String string)
Constructor TapException creates a new TapException instance.

Parameters:
string - of type String

TapException

public TapException(String string,
                    Throwable throwable)
Constructor TapException creates a new TapException instance.

Parameters:
string - of type String
throwable - of type Throwable

TapException

public TapException(Throwable throwable)
Constructor TapException creates a new TapException instance.

Parameters:
throwable - of type Throwable

TapException

public TapException(Tap tap,
                    Fields incomingFields,
                    Fields selectorFields,
                    Throwable throwable)
Constructor TapException creates a new TapException instance.

Parameters:
tap - of type Tap
incomingFields - of type Fields
selectorFields - of type Fields
throwable - of type Throwable


Copyright © 2007-2010 Concurrent, Inc. All Rights Reserved.