PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
| Dir : /opt/alt/python311/lib64/python3.11/xml/sax/__pycache__/ |
| Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 66.29.132.192 |
| Dir : //opt/alt/python311/lib64/python3.11/xml/sax/__pycache__/_exceptions.cpython-311.pyc |
�
���h� � �� � d Z ddlZej dd� dk rddlmZ [ G d� de� � Z G d� d e� � Z G d
� de� � Z G d� d
e� � Z G d� de� � Z dS )z!Different kinds of SAX Exceptions� N� �java)� Exceptionc �2 � e Zd ZdZdd�Zd� Zd� Zd� Zd� ZdS ) �SAXExceptiona� Encapsulate an XML error or warning. This class can contain
basic error or warning information from either the XML parser or
the application: you can subclass it to provide additional
functionality, or to add localization. Note that although you will
receive a SAXException as the argument to the handlers in the
ErrorHandler interface, you are not actually required to raise
the exception; instead, you can simply read the information in
it.Nc �L � || _ || _ t j | |� � dS )zUCreates an exception. The message is required, but the exception
is optional.N)�_msg�
_exceptionr �__init__)�self�msg� exceptions �:/opt/alt/python311/lib64/python3.11/xml/sax/_exceptions.pyr zSAXException.__init__ s+ � � �� �#�����4��%�%�%�%�%� c � � | j S )z$Return a message for this exception.�r �r s r �
getMessagezSAXException.getMessage �
� ��y�r c � � | j S )z9Return the embedded exception, or None if there was none.)r
r s r �getExceptionzSAXException.getException s
� ���r c � � | j S )�0Create a string representation of the exception.r r s r �__str__zSAXException.__str__"