Class ReflectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.midheaven.lang.reflection.ReflectionException
All Implemented Interfaces:
Serializable

public class ReflectionException extends RuntimeException
Exception related to Reflection.
See Also:
  • Constructor Details

    • ReflectionException

      public ReflectionException(Exception cause)
      Creates a new ReflectionException.
      Parameters:
      cause - the cause value
    • ReflectionException

      public ReflectionException(String message)
      Creates a new ReflectionException.
      Parameters:
      message - the message value