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