fromJson static method

Implementation

static InteractivePlusSystemExceptionType fromJson(int json){
  return InteractivePlusSystemExceptionType.fromInt(json);
}