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