nl.jqno.equalsverifier.util.exceptions
Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.jqno.equalsverifier.util.exceptions.InternalException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AssertionException, EqualsVerifierBugException, RecursionException, ReflectionException
public abstract class InternalException
- extends RuntimeException
Exception internal to the EqualsVerifier project. Using this exception,
EqualsVerifier can distinguish between exceptions thrown internally, and
exceptions thrown by external code (e.g., in tested equals methods).
This is an abstract class; the subclasses indicate the type of exception
that is signalled by the EqualsVerifier internals.
- 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 |
InternalException
public InternalException()
InternalException
public InternalException(String message)
InternalException
public InternalException(Throwable cause)
InternalException
public InternalException(String message,
Throwable cause)
Copyright © 2015. All Rights Reserved.