public abstract class AssertionViolation extends AssertionError
Abstract base class for all assertion violations.
Constructor and description |
---|
protected AssertionViolation() |
protected AssertionViolation(Object o) |
protected AssertionViolation(boolean b) |
protected AssertionViolation(char c) |
protected AssertionViolation(int i) |
protected AssertionViolation(long l) |
protected AssertionViolation(float v) |
protected AssertionViolation(double v) |
Methods inherited from class | Name |
---|---|
class AssertionError |
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.