Class SuperCsvReflectionException

All Implemented Interfaces:
Serializable

public class SuperCsvReflectionException extends SuperCsvException
Wraps the following reflection related checked exceptions:

ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException, NoSuchMethodException

Since:
1.30
See Also:
  • Field Details

  • Constructor Details

    • SuperCsvReflectionException

      public SuperCsvReflectionException(String msg)
      Constructs a new SuperCsvReflectionException.
      Parameters:
      msg - the exception message
    • SuperCsvReflectionException

      public SuperCsvReflectionException(String msg, Throwable t)
      Constructs a new SuperCsvReflectionException.
      Parameters:
      msg - the exception message
      t - the nested exception