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

The SVG image exception class.

Constructors

ConstructorDescription
SvgImageException(String message)Initializes a new instance of the SvgImageException class.
SvgImageException(String message, Throwable innerException)Initializes a new instance of the SvgImageException class.

SvgImageException(String message)

public SvgImageException(String message)

Initializes a new instance of the SvgImageException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.

SvgImageException(String message, Throwable innerException)

public SvgImageException(String message, Throwable innerException)

Initializes a new instance of the SvgImageException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.
innerExceptionjava.lang.ThrowableThe inner exception.