+
     h
  c                   sx    R t  ! R R]4      t ! R R]4      t ! R R]4      t ! R R]4      t ! R	 R
]4      tR# )a  Status Word (SW) Exceptions

This module defines the exceptions raised by status word errors or warnings.

__author__ = "https://www.gemalto.com/"

Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:jean-daniel.aussel@gemalto.com

This file is part of pyscard.

pyscard is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

pyscard is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with pyscard; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
c                   s4   a  ] tR t^t o RtRR ltR tRtV tR# )SWExceptionzBase class for status word exceptions.

Status word exceptions are generated when errors and warnings are detected
in the sw1 and sw2 bytes of the response apdu.

c                s<    W@n          Wn         W n         W0n        R # )N)messagedatasw1sw2selfr   r   r   r      &&&&&@/usr/lib64/python3.14/site-packages/smartcard/sw/SWExceptions.py__init__ZSWException.__init__$   s     	    c                sH    \        R V P                  ,           R,           4      # )zStatus word exception: Z!)Zreprr   )r   s   &r   __str__ZSWException.__str__-   s    -<sBCCr
   )r   r   r   r   NZ )	__name__
__module____qualname____firstlineno____doc__r	   r   __static_attributes____classdictcell__Z__classdict__   @r   r    r       s     D Dr
   r    c                   s.   a  ] tR t^1t o RtRR ltRtV tR# )WarningProcessingExceptionzRaised when a warning processing is detected from sw1, sw2.
Examples of warning processing exception: sw1=62 or sw=63 (ISO7816-4).c                B    \         P                  WW#R V,           4       R# )zwarning processing - Nr    r	   r   r   r   r	   Z#WarningProcessingException.__init__5   s    T3JW3TUr
    Nr   r   r   r   r   r   r	   r   r   r   r   r   r   r   1   s     NV Vr
   r   c                   s.   a  ] tR t^9t o RtRR ltRtV tR# )ExecutionErrorExceptionzsRaised when an execution error is detected from sw1, sw2.
Examples of execution error: sw1=64 or sw=65 (ISO7816-4).c                r   )zexecution error - Nr   r   r   r   r	   Z ExecutionErrorException.__init__=   s    T3G'3QRr
   r   Nr   r   r   r   r   r   r   9   s     AS Sr
   r   c                   s.   a  ] tR t^At o RtRR ltRtV tR# )SecurityRelatedExceptionzgRaised when a security issue is detected from sw1, sw2.
Examples of security issue: sw1=66 (ISO7816-4).c                r   )zsecurity issue - Nr   r   r   r   r	   Z!SecurityRelatedException.__init__E       T3F3PQr
   r   Nr   r   r   r   r   r   r   A   s     7R Rr
   r   c                   s.   a  ] tR t^It o RtRR ltRtV tR# )CheckingErrorExceptionzmRaised when a checking error is detected from sw1, sw2.
Examples of checking error: sw1=67 to 6F (ISO781604).c                r   )zchecking error - Nr   r   r   r   r	   ZCheckingErrorException.__init__M   r   r
   r   Nr   r   r   r   r   r   r   I   s     =R Rr
   r   N)r   Z	Exceptionr    r   r   r   r   r   r
   r   <module>r      sP   6D) D*V VSk SR{ RR[ Rr
   