|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--AssertionException
Thrown when a condition asserted from an assert
method of the Assert
is not true.
Assert
, Serialized FormConstructor Summary | |
AssertionException()
Constructs a AssertionException with no detail message. |
|
AssertionException(java.lang.String s)
Constructs a ClassFormatError with the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public AssertionException()
AssertionException
with no detail message.public AssertionException(java.lang.String s)
ClassFormatError
with the specified detail message.s
- The detail message.
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |