EmfException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception
public class EmfException extends System.Exception
Exception for Emf classes
Constructors
Constructor | Description |
---|---|
EmfException(String message) | Initializes a new instance of the EmfException class. |
EmfException(String message)
public EmfException(String message)
Initializes a new instance of the EmfException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message that describes the error. |