-
-
Notifications
You must be signed in to change notification settings - Fork 3
USTAR.TarException
Andrew Lambert edited this page Dec 8, 2022
·
2 revisions
USTAR.TarException
Protected Class TarException
Inherits RuntimeException
This exception type will be raised if a required TAR processing method fails. The ErrorNumber
and Message
properties will contain the error code and a message for that code, respectively.
Name | Number | Comment |
---|---|---|
ERR_MISALIGNED | -300 |
The file or stream is not properly aligned. Theoretically not possible. |
ERR_INVALID_ENTRY | -301 |
The archive entry is corrupt. |
ERR_END_ARCHIVE | -302 |
The archive contains no further entries. |
ERR_INVALID_NAME | -305 |
The specified file path is invalid. |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.