Class ReflectionException

  • All Implemented Interfaces:
    Serializable

    public class ReflectionException
    extends Exception
    Specialized exception for reflection errors
    Author:
    David B. Bracewell
    See Also:
    Serialized Form
    • Constructor Detail

      • ReflectionException

        public ReflectionException​(Throwable throwable)
        Instantiates a new Reflection exception.
        Parameters:
        throwable - The throwable being wrapped
      • ReflectionException

        public ReflectionException​(String message)
        Instantiates a new Reflection exception.
        Parameters:
        message - the error message