nl.jqno.equalsverifier.util.exceptions
Class EqualsVerifierBugException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.jqno.equalsverifier.util.exceptions.InternalException
nl.jqno.equalsverifier.util.exceptions.EqualsVerifierBugException
- All Implemented Interfaces:
- Serializable
public class EqualsVerifierBugException
- extends InternalException
Signals a bug in EqualsVerifier.
- 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 |
EqualsVerifierBugException
public EqualsVerifierBugException()
EqualsVerifierBugException
public EqualsVerifierBugException(String message)
EqualsVerifierBugException
public EqualsVerifierBugException(Throwable cause)
EqualsVerifierBugException
public EqualsVerifierBugException(String message,
Throwable cause)
Copyright © 2015. All Rights Reserved.