public class AssertionFailedException extends 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 FormConstructor and Description |
---|
AssertionFailedException(String detail)
Constructs a new exception with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AssertionFailedException(String detail)
detail
- the message
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.