nl.jqno.equalsverifier.util.exceptions
Class AssertionException

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.AssertionException
All Implemented Interfaces:
Serializable

public class AssertionException
extends InternalException

Signals that an EqualsVerfier assertion has failed.

Author:
Jan Ouwens
See Also:
Serialized Form

Constructor Summary
AssertionException(Formatter message)
           
AssertionException(Formatter message, 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

AssertionException

public AssertionException(Formatter message)

AssertionException

public AssertionException(Formatter message,
                          Throwable cause)


Copyright © 2015. All Rights Reserved.