nl.jqno.equalsverifier.util.exceptions
Class ReflectionException

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

public class ReflectionException
extends InternalException

Signals that a reflection call went awry.

Author:
Jan Ouwens
See Also:
Serialized Form

Constructor Summary
ReflectionException(String message)
           
ReflectionException(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

ReflectionException

public ReflectionException(String message)

ReflectionException

public ReflectionException(Throwable cause)


Copyright © 2015. All Rights Reserved.