|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cascading.CascadingException
cascading.tap.TapException
public class TapException
Class TapException is thrown from Tap subclasses.
| 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(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 |
|---|
public TapException()
public TapException(String string)
string - of type String
public TapException(String string,
Throwable throwable)
string - of type Stringthrowable - of type Throwablepublic TapException(Throwable throwable)
throwable - of type Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||