Class ReflectionError

All Implemented Interfaces:
Serializable

public final class ReflectionError extends RuntimeException
Understands an error raised when using reflection.
Author:
Alex Ruiz
See Also:
  • Constructor Details

    • ReflectionError

      public ReflectionError(String message)
      Creates a new ReflectionError.
      Parameters:
      message - the detail message.
    • ReflectionError

      public ReflectionError(String message, Throwable cause)
      Creates a new ReflectionError.
      Parameters:
      message - the detail message.
      cause - the cause of the exception.