|
|||||||||
| 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
org.eigenbase.xom.AssertFailure
public class AssertFailure
todo:

| Constructor Summary | |
|---|---|
AssertFailure()
Construct an AssertFailure with no message |
|
AssertFailure(String s)
Construct an AssertFailure with a simple detail message. |
|
AssertFailure(Throwable th)
Construct an AssertFailure from an exception. |
|
AssertFailure(Throwable th,
String s)
Similar to the previous constructor, except allows a custom message on top of the exception |
|
| 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 AssertFailure()
public AssertFailure(String s)
public AssertFailure(Throwable th)
public AssertFailure(Throwable th,
String s)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||