Class DuplicationHeaderRowPosException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.cla9.excel.reader.exception.DuplicationHeaderRowPosException
All Implemented Interfaces:
java.io.Serializable

public class DuplicationHeaderRowPosException
extends java.lang.RuntimeException
The type Duplication header row pos exception.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    DuplicationHeaderRowPosException()
    Instantiates a new Duplication header row pos exception.
    DuplicationHeaderRowPosException​(java.lang.String message)
    Instantiates a new Duplication header row pos exception.
    DuplicationHeaderRowPosException​(java.lang.String message, java.lang.Throwable cause)
    Instantiates a new Duplication header row pos exception.
  • 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 Details

    • DuplicationHeaderRowPosException

      public DuplicationHeaderRowPosException()
      Instantiates a new Duplication header row pos exception.
    • DuplicationHeaderRowPosException

      public DuplicationHeaderRowPosException​(java.lang.String message)
      Instantiates a new Duplication header row pos exception.
      Parameters:
      message - the message
    • DuplicationHeaderRowPosException

      public DuplicationHeaderRowPosException​(java.lang.String message, java.lang.Throwable cause)
      Instantiates a new Duplication header row pos exception.
      Parameters:
      message - the message
      cause - the cause