Class SuperCsvReflectionException

  • All Implemented Interfaces:
    java.io.Serializable

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

    ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException, NoSuchMethodException

    Since:
    1.30
    Author:
    Kasper B. Graversen
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SuperCsvReflectionException​(java.lang.String msg)
      Constructs a new SuperCsvReflectionException.
      SuperCsvReflectionException​(java.lang.String msg, java.lang.Throwable t)
      Constructs a new SuperCsvReflectionException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SuperCsvReflectionException

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

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