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الاستثناء الداخلي.