Skip to content
Andrew Lambert edited this page Dec 8, 2022 · 2 revisions

USTAR.TarException

Class Declaration

 Protected Class TarException
 Inherits RuntimeException

Remarks

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.

Error numbers

Error numbers

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.

Methods

Entry-level points of interest denoted by "☜"



Clone this wiki locally