LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
global class DmlException extends Exception {
    global DmlException(String param0, Exception param1) { }
    global DmlException(Exception param0) { }
    global DmlException(String param0) { }
    global DmlException() { }
    global Exception getCause() { }
    global List<String> getDmlFieldNames(Integer index) { }
    global List<Schema.SObjectField> getDmlFields(Integer index) { }
    global String getDmlId(Integer index) { }
    global Integer getDmlIndex(Integer index) { }
    global String getDmlMessage(Integer index) { }
    global String getDmlStatusCode(Integer index) { }
    global System.StatusCode getDmlType(Integer index) { }
    global Map<String,Set<String>> getInaccessibleFields() { }
    global Integer getLineNumber() { }
    global String getMessage() { }
    global Integer getNumDml() { }
    global String getStackTraceString() { }
    global String getTypeName() { }
    global void initCause(Exception cause) { }
    global void setMessage(String message) { }
 
}