|
|||||||||
| 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.cascade.CascadeException
public class CascadeException
Class CascadeException is thrown by the Cascade class.
| Constructor Summary | |
|---|---|
CascadeException()
Constructor CascadeException creates a new CascadeException instance. |
|
CascadeException(String string)
Constructor CascadeException creates a new CascadeException instance. |
|
CascadeException(String string,
Throwable throwable)
Constructor CascadeException creates a new CascadeException instance. |
|
CascadeException(Throwable throwable)
Constructor CascadeException creates a new CascadeException 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 CascadeException()
public CascadeException(String string)
string - of type String
public CascadeException(String string,
Throwable throwable)
string - of type Stringthrowable - of type Throwablepublic CascadeException(Throwable throwable)
throwable - of type Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||