Package org.beanio

Class BeanIOException

    • Constructor Summary

      Constructors 
      Constructor Description
      BeanIOException​(java.lang.String message)
      Constructs a new BeanIOException.
      BeanIOException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new BeanIOException.
      BeanIOException​(java.lang.Throwable cause)
      Constructs a new BeanIOException.
    • 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

      • BeanIOException

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

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

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