public final class InvalidCgmFileFormatException extends InvalidFileFormatException
The exception that is thrown when a Cgm file is invalid.
| Constructor and Description |
|---|
InvalidCgmFileFormatException()
Initializes a new instance of the
InvalidCgmFileFormatException class. |
InvalidCgmFileFormatException(String message)
Initializes a new instance of the
InvalidCgmFileFormatException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidCgmFileFormatException()
Initializes a new instance of the InvalidCgmFileFormatException class.
public InvalidCgmFileFormatException(String message)
Initializes a new instance of the InvalidCgmFileFormatException class.
message - The message.Copyright © 2023 Aspose. All Rights Reserved.