CompressorException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.FrameworkException

public class CompressorException extends FrameworkException

استثناء الضاغط.

المنشئات

المنشئالوصف
CompressorException(String message)ينشئ مثيلاً جديدًا من الفئة CompressorException.
CompressorException(String message, Throwable innerException)ينشئ مثيلاً جديدًا من الفئة CompressorException.

CompressorException(String message)

public CompressorException(String message)

ينشئ مثيلاً جديدًا من الفئة CompressorException.

Parameters:

معاملنوعالوصف
messagejava.lang.Stringرسالة الاستثناء.

CompressorException(String message, Throwable innerException)

public CompressorException(String message, Throwable innerException)

ينشئ مثيلاً جديدًا من الفئة CompressorException.

Parameters:

معاملنوعالوصف
messagejava.lang.Stringرسالة الاستثناء.
innerExceptionjava.lang.Throwableالاستثناء الداخلي.