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