nl.jqno.equalsverifier.util.exceptions
Class EqualsVerifierBugException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by nl.jqno.equalsverifier.util.exceptions.InternalException
                  extended by 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

Constructor Summary
EqualsVerifierBugException()
           
EqualsVerifierBugException(String message)
           
EqualsVerifierBugException(String message, Throwable cause)
           
EqualsVerifierBugException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.