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