Class ReflectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mjeanroy.junit.servers.exceptions.ReflectionException
All Implemented Interfaces:
Serializable

public class ReflectionException extends RuntimeException
Exception thrown when reflection api throws exception (such as IllegalAccessException) in annotations handlers.
See Also:
  • Constructor Details

    • ReflectionException

      public ReflectionException(Throwable throwable)
      Create exception.
      Parameters:
      throwable - Original exception.