|
|||||||||
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.operation.OperationException
cascading.operation.AssertionException
public class AssertionException
Class AssertionException is the exception that must be thrown when an Assertion
fails.
Constructor Summary | |
---|---|
AssertionException()
|
|
AssertionException(java.lang.String string)
|
|
AssertionException(java.lang.String string,
java.lang.Throwable throwable)
|
|
AssertionException(java.lang.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 |
---|
public AssertionException()
OperationException.OperationException()
public AssertionException(java.lang.String string)
OperationException.OperationException(String)
public AssertionException(java.lang.String string, java.lang.Throwable throwable)
OperationException.OperationException(String, Throwable)
public AssertionException(java.lang.Throwable throwable)
OperationException.OperationException(Throwable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |