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
Constructor | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |
SvgImageException(String message, Throwable innerException)
public SvgImageException(String message, Throwable innerException)
Initializes a new instance of the SvgImageException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |
innerException | java.lang.Throwable | The inner exception. |