public class AssertionFailedException
extends java.lang.RuntimeException
AssertionFailedException is a runtime exception thrown
by some of the methods in Assert.
This class can be used without OSGi running.
This class is not intended to be instantiated or sub-classed by clients.
Assert,
Serialized Form| Constructor and Description |
|---|
AssertionFailedException(java.lang.String detail)
Constructs a new exception with the given message.
|