Class ReflectionRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helixframework.reflection.ReflectionRuntimeException
All Implemented Interfaces:
Serializable

public class ReflectionRuntimeException extends RuntimeException
Exception thrown if errors are encountered during reflection operations.
See Also:
  • Constructor Details

    • ReflectionRuntimeException

      public ReflectionRuntimeException(String message)
      Creates a new instance of ReflectionRuntimeException with the given error message.
      Parameters:
      message - the error message
    • ReflectionRuntimeException

      public ReflectionRuntimeException(Throwable cause)
      Creates a new instance of ReflectionRuntimeException with the given cause.
      Parameters:
      cause - the cause of the exception
    • ReflectionRuntimeException

      public ReflectionRuntimeException(String message, Throwable cause)
      Creates a new instance of ReflectionRuntimeException with the given message and cause.
      Parameters:
      message - the error message
      cause - the cause of the exception