Class ReflectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.jpl.input.ReflectionException
All Implemented Interfaces:
Serializable

public class ReflectionException extends Exception
Custom exception for reflection. Will be expanded in the future.
See Also:
  • Constructor Details

    • ReflectionException

      public ReflectionException(String message)
    • ReflectionException

      public ReflectionException(String message, Throwable throwable)