|
||||||||
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
jmunit.framework.cldc11.AssertionFailedException
public final class AssertionFailedException
A sub-class of RuntimeException used by the framework to manage a fail in a assertion.
Constructor Summary | |
---|---|
AssertionFailedException()
The default constructor. |
|
AssertionFailedException(java.lang.String message)
A constructor that takes a message that describes the exception in more detail. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssertionFailedException()
public AssertionFailedException(java.lang.String message)
message
- An informative description of the exception.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |