global class InvalidParameterValueException extends Exception {
|
global InvalidParameterValueException(String param0, String param1) { }
|
global Exception getCause() { }
|
global Map<String,Set<String>> getInaccessibleFields() { }
|
global Integer getLineNumber() { }
|
global String getMessage() { }
|
global String getStackTraceString() { }
|
global String getTypeName() { }
|
global void initCause(Exception cause) { }
|
global void setMessage(String message) { }
|
|
}
|