ó
]c           @@  sŪ   d  d l  m Z d e f d     YZ d e f d     YZ d e f d     YZ d e f d	     YZ d
 e f d     YZ d e f d     YZ d e f d     YZ	 d S(   i    (   t   absolute_importt   CellCoordinatesExceptionc           B@  s   e  Z d  Z RS(   sB   Error for converting between numeric and A1-style cell references.(   t   __name__t
   __module__t   __doc__(    (    (    s8   lib/python2.7/site-packages/openpyxl/utils/exceptions.pyR      s   t   IllegalCharacterErrorc           B@  s   e  Z d  Z RS(   sc   The data submitted which cannot be used directly in Excel files. It
    must be removed or escaped.(   R   R   R   (    (    (    s8   lib/python2.7/site-packages/openpyxl/utils/exceptions.pyR      s   t   NamedRangeExceptionc           B@  s   e  Z d  Z RS(   s'   Error for badly formatted named ranges.(   R   R   R   (    (    (    s8   lib/python2.7/site-packages/openpyxl/utils/exceptions.pyR      s   t   SheetTitleExceptionc           B@  s   e  Z d  Z RS(   s   Error for bad sheet names.(   R   R   R   (    (    (    s8   lib/python2.7/site-packages/openpyxl/utils/exceptions.pyR      s   t   InvalidFileExceptionc           B@  s   e  Z d  Z RS(   s*   Error for trying to open a non-ooxml file.(   R   R   R   (    (    (    s8   lib/python2.7/site-packages/openpyxl/utils/exceptions.pyR      s   t   ReadOnlyWorkbookExceptionc           B@  s   e  Z d  Z RS(   s/   Error for trying to modify a read-only workbook(   R   R   R   (    (    (    s8   lib/python2.7/site-packages/openpyxl/utils/exceptions.pyR	      s   t   WorkbookAlreadySavedc           B@  s   e  Z d  Z RS(   sh   Error when attempting to perform operations on a dump workbook
    while it has already been dumped once(   R   R   R   (    (    (    s8   lib/python2.7/site-packages/openpyxl/utils/exceptions.pyR
   !   s   N(
   t
   __future__R    t	   ExceptionR   R   R   R   R   R	   R
   (    (    (    s8   lib/python2.7/site-packages/openpyxl/utils/exceptions.pyt   <module>   s   