public class ExceptionsFactory extends Object
Proxy class for retrieving domain exceptions.
Eazfuscator
.
Constructor and Description |
---|
ExceptionsFactory() |
Modifier and Type | Method and Description |
---|---|
static FileCorruptedException |
getFileCorruptedException()
Gets the
FileCorruptedException . |
static FileCorruptedException |
getFileCorruptedException(String message)
Gets the
FileCorruptedException . |
static IncorrectDocumentStructureException |
getIncorrectDocumentStructureException(String message)
Gets the
IncorrectDocumentStructureException . |
static IncorrectPasswordException |
getIncorrectPasswordException(String message)
Gets the
IncorrectPasswordException . |
static UnsupportedFileFormatException |
getUnsupportedFileFormatException(String message)
Gets the
UnsupportedFileFormatException . |
static UnsupportedSaveFormatException |
getUnsupportedSaveFormatException(String message)
Gets the
UnsupportedSaveFormatException . |
public static IncorrectDocumentStructureException getIncorrectDocumentStructureException(String message)
Gets the IncorrectDocumentStructureException
.
public static FileCorruptedException getFileCorruptedException()
Gets the FileCorruptedException
.
public static FileCorruptedException getFileCorruptedException(String message)
Gets the FileCorruptedException
.
public static IncorrectPasswordException getIncorrectPasswordException(String message)
Gets the IncorrectPasswordException
.
public static UnsupportedFileFormatException getUnsupportedFileFormatException(String message)
Gets the UnsupportedFileFormatException
.
public static UnsupportedSaveFormatException getUnsupportedSaveFormatException(String message)
Gets the UnsupportedSaveFormatException
.
Copyright (c) 2017 Aspose. All Rights Reserved.