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 |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.