nl.jqno.equalsverifier.util.exceptions
Class AssertionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.jqno.equalsverifier.util.exceptions.InternalException
nl.jqno.equalsverifier.util.exceptions.AssertionException
- All Implemented Interfaces:
- Serializable
public class AssertionException
- extends InternalException
Signals that an EqualsVerfier assertion has failed.
- Author:
- Jan Ouwens
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AssertionException
public AssertionException(Formatter message)
AssertionException
public AssertionException(Formatter message,
Throwable cause)
Copyright © 2015. All Rights Reserved.