4#include <system/string.h> 
    5#include <system/exceptions.h> 
    7namespace Aspose { EXCEPTION_NAMESPACE(Aspose, Zip) {
 
   14DECLARE_INHERITED_EXCEPTION(BadPasswordException, Details_ZipException);
 
   18DECLARE_INHERITED_EXCEPTION(BadReadException, Details_ZipException);
 
   21DECLARE_INHERITED_EXCEPTION(BadCrcException, Details_ZipException);
 
   24DECLARE_INHERITED_EXCEPTION(SfxGenerationException, Details_ZipException);
 
   29DECLARE_INHERITED_EXCEPTION(BadStateException, Details_ZipException);
 
Represents an exception. Never create instances of this class manually. Use the Exception class inste...
Definition: exception.h:277