public class CircularAssertionCallException
extends RuntimeException
Thrown whenever pre- or post-conditions are called in a cyclic way.
| Constructor and description |
|---|
CircularAssertionCallException()Creates an exception without additional detail. |
CircularAssertionCallException(String s)Creates an exception with a descriptive message. |
CircularAssertionCallException(String s, Throwable throwable)Creates an exception with a descriptive message and the underlying cause. |
CircularAssertionCallException(Throwable throwable)Creates an exception that wraps the underlying cause. |
| Methods inherited from class | Name |
|---|---|
class RuntimeException |
addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |
Creates an exception without additional detail.
Creates an exception with a descriptive message.
s - the detail messageCreates an exception with a descriptive message and the underlying cause.
s - the detail messagethrowable - the root causeCreates an exception that wraps the underlying cause.
throwable - the root causeCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.