Class ReflectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.jqno.equalsverifier.internal.exceptions.ReflectionException
All Implemented Interfaces:
Serializable

public class ReflectionException extends RuntimeException
Signals that a reflection call went awry.
See Also:
  • Constructor Details

    • ReflectionException

      public ReflectionException(String message, Throwable cause)
    • ReflectionException

      public ReflectionException(String message)
    • ReflectionException

      public ReflectionException(Throwable cause)