public class CircularAssertionCallException extends RuntimeException
Thrown whenever pre- or post-conditions are called in a cyclic way.
Constructor and description |
---|
CircularAssertionCallException() |
CircularAssertionCallException(String s) |
CircularAssertionCallException(String s, Throwable throwable) |
CircularAssertionCallException(Throwable throwable) |
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 |
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.