B
    7—Ä]é  ã               @   sD   G d d„ de ƒZG dd„ deƒZG dd„ deƒZG dd„ de ƒZdS )	c                   s,   e Zd ZdZdZ‡ fdd„Zdd„ Z‡  ZS )ÚFileFormatErrorz-
    The file is not formatted correctly
    Úsequencec                s   t ƒ  ||¡ || _|| _d S )N)ÚsuperÚ__init__ÚmessageÚline)ÚselfÚmsgr   )Ú	__class__© ú\/home/fbrian/BIRCH/lib-linux-x86_64/python/lib64/python3.7/site-packages/dnaio/exceptions.pyr      s    zFileFormatError.__init__c             C   s0   | j d krdnd | j d ¡}d | j|| j¡S )Nzunknown linezline {}é   zError in {} file at {}: {})r   Úformatr   )r   r   r
   r
   r   Ú__str__   s    zFileFormatError.__str__)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   Ú__classcell__r
   r
   )r	   r   r      s   r   c               @   s   e Zd ZdZdS )ÚFastqFormatErrorZFASTQN)r   r   r   r   r
   r
   r
   r   r      s   r   c               @   s   e Zd ZdZdS )ÚFastaFormatErrorZFASTAN)r   r   r   r   r
   r
   r
   r   r      s   r   c               @   s   e Zd ZdZdS )ÚUnknownFileFormatz=
    The file format could not be automatically detected
    N)r   r   r   r   r
   r
   r
   r   r      s   r   N)Ú	Exceptionr   r   r   r   r
   r
   r
   r   Ú<module>   s   