SvgImageException

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

public class SvgImageException extends System.Exception

SVG görüntü istisna sınıfı.

Yapıcılar

YapıcıAçıklama
SvgImageException(String message)Yeni bir SvgImageException sınıfı örneği oluşturur.
SvgImageException(String message, Throwable innerException)Yeni bir SvgImageException sınıfı örneği oluşturur.

SvgImageException(String message)

public SvgImageException(String message)

Yeni bir SvgImageException sınıfı örneği oluşturur.

Parameters:

ParametreTürAçıklama
mesajjava.lang.StringMesaj.

SvgImageException(String message, Throwable innerException)

public SvgImageException(String message, Throwable innerException)

Yeni bir SvgImageException sınıfı örneği oluşturur.

Parameters:

ParametreTürAçıklama
mesajjava.lang.StringMesaj.
innerExceptionjava.lang.Throwableİç istisna.