%PDF- %PDF-
Direktori : /opt/plesk/python/2.7/lib/python2.7/site-packages/pyasn1/ |
Current File : //opt/plesk/python/2.7/lib/python2.7/site-packages/pyasn1/error.pyc |
� �ac @ s� d e f d � � YZ d e f d � � YZ d e f d � � YZ d e e f d � � YZ d e e f d � � YZ d e e f d � � YZ d S( t PyAsn1Errorc B s e Z d Z RS( s� Base pyasn1 exception `PyAsn1Error` is the base exception class (based on :class:`Exception`) that represents all possible ASN.1 related errors. ( t __name__t __module__t __doc__( ( ( sA /opt/plesk/python/2.7/lib/python2.7/site-packages/pyasn1/error.pyR s t ValueConstraintErrorc B s e Z d Z RS( s ASN.1 type constraints violation exception The `ValueConstraintError` exception indicates an ASN.1 value constraint violation. It might happen on value object instantiation (for scalar types) or on serialization (for constructed types). ( R R R ( ( ( sA /opt/plesk/python/2.7/lib/python2.7/site-packages/pyasn1/error.pyR s t SubstrateUnderrunErrorc B s e Z d Z RS( s� ASN.1 data structure deserialization error The `SubstrateUnderrunError` exception indicates insufficient serialised data on input of a de-serialization codec. ( R R R ( ( ( sA /opt/plesk/python/2.7/lib/python2.7/site-packages/pyasn1/error.pyR s t PyAsn1UnicodeErrorc B s e Z d Z d d � Z RS( s. Unicode text processing error The `PyAsn1UnicodeError` exception is a base class for errors relating to unicode text de/serialization. Apart from inheriting from :class:`PyAsn1Error`, it also inherits from :class:`UnicodeError` to help the caller catching unicode-related errors. c C s9 t | t � r% t j | | j � n t j | | � d S( N( t isinstancet UnicodeErrort __init__t argsR ( t selft messaget unicode_error( ( sA /opt/plesk/python/2.7/lib/python2.7/site-packages/pyasn1/error.pyR . s N( R R R t NoneR ( ( ( sA /opt/plesk/python/2.7/lib/python2.7/site-packages/pyasn1/error.pyR % s t PyAsn1UnicodeDecodeErrorc B s e Z d Z RS( s/ Unicode text decoding error The `PyAsn1UnicodeDecodeError` exception represents a failure to deserialize unicode text. Apart from inheriting from :class:`PyAsn1UnicodeError`, it also inherits from :class:`UnicodeDecodeError` to help the caller catching unicode-related errors. ( R R R ( ( ( sA /opt/plesk/python/2.7/lib/python2.7/site-packages/pyasn1/error.pyR 4 s t PyAsn1UnicodeEncodeErrorc B s e Z d Z RS( s- Unicode text encoding error The `PyAsn1UnicodeEncodeError` exception represents a failure to serialize unicode text. Apart from inheriting from :class:`PyAsn1UnicodeError`, it also inherits from :class:`UnicodeEncodeError` to help the caller catching unicode-related errors. ( R R R ( ( ( sA /opt/plesk/python/2.7/lib/python2.7/site-packages/pyasn1/error.pyR @ s N( t ExceptionR R R R R t UnicodeDecodeErrorR t UnicodeEncodeErrorR ( ( ( sA /opt/plesk/python/2.7/lib/python2.7/site-packages/pyasn1/error.pyt <module> s