Package org.beanio

Class InvalidBeanException

    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidBeanException​(java.lang.String message)
      Constructs a new InvalidBeanException.
      InvalidBeanException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new InvalidBeanException.
      InvalidBeanException​(java.lang.Throwable cause)
      Constructs a new InvalidBeanException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • InvalidBeanException

        public InvalidBeanException​(java.lang.String message)
        Constructs a new InvalidBeanException.
        Parameters:
        message - the error message
      • InvalidBeanException

        public InvalidBeanException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Constructs a new InvalidBeanException.
        Parameters:
        message - the error message
        cause - the root cause
      • InvalidBeanException

        public InvalidBeanException​(java.lang.Throwable cause)
        Constructs a new InvalidBeanException.
        Parameters:
        cause - the root cause